Hello Ventuzians!
THE FORUMS ARE CLOSED!

Please join our discord server HERE!! << click me :D

We are shutting our Ventuz Forum, but don't worry, it will all be archived for you to search in if you have a query. From now on, please add all your comments, questions or observations into our Discord Server

Thanks for the great time - see you on discord!!
Dee, Karol, Daniel and the whoooole Product and Support team!

How to watch acync loading scene in .NET?

Q and A about functionality and how to solve a special task for your application.

Moderator: Support

Post Reply
Svetozar

How to watch acync loading scene in .NET?

Post by Svetozar » 30 May 2012, 13:43

Have does any callback functionality for watching of working LoadSceneAsync?
How I can get percent of acync-loading scene?

User avatar
Karol
Posts: 640
Joined: 10 Jan 2012, 12:07

Re: How to watch acync loading scene in .NET?

Post by Karol » 31 May 2012, 09:04

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

Svetozar

Re: How to watch acync loading scene in .NET?

Post by Svetozar » 31 May 2012, 11:13

Thank you, Karol.

This method I had found in Ventuz .Net Remoting Help early...
I just imagine that there is more comfortable way. :)

Post Reply