[This is preliminary documentation and is subject to change.]
Event that gets fired when the engine is updating the scene
| C# | Visual Basic | Visual C++ |
public event UpdateEventHandler UpdateScene
Public Event UpdateScene As UpdateEventHandler
public: event UpdateEventHandler^ UpdateScene { void add (UpdateEventHandler^ value); void remove (UpdateEventHandler^ value); }