Notatka
Dostęp do tej strony wymaga autoryzacji. Może spróbować zalogować się lub zmienić katalogi.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
Delegate for receiving notification when an update tick has completed on a RenderingConnection.
using RenderingConnectionUpdatedEventHandler = std::function<void()>;
Applications use this type when registering events.
For more information on std::function, see the reference for function class.