Page 1 of 1
How to watch acync loading scene in .NET?
Posted: 30 May 2012, 13:43
by Svetozar
Have does any callback functionality for watching of working LoadSceneAsync?
How I can get percent of acync-loading scene?
Re: How to watch acync loading scene in .NET?
Posted: 31 May 2012, 09:04
by Karol
Hi,
I assume that you are talking about .Net Remoting.
In this case you must call the SceneStatus property on the RemoteScene class (the instance which is loading async.).
SceneStatus returns a StatusHelper struct which has a Progress property.
For more details read the Ventuz .Net Remoting Help.
Best Regards
Karol
Re: How to watch acync loading scene in .NET?
Posted: 31 May 2012, 11:13
by Svetozar
Thank you, Karol.
This method I had found in Ventuz .Net Remoting Help early...
I just imagine that there is more comfortable way.
