Click or drag to resize

ISupportDelayedStartup Interface

Indexed components that implement this can set a ready state after they completed setup. Only when all these components in the scene has set this ready state, will we start processing persisted state messages.

Namespace:  ImmerseSDK
Assembly:  ImmerseSDK.App (in ImmerseSDK.App.dll) Version: 3.9.0.0 (3.9.0.0)
Syntax
C#
public interface ISupportDelayedStartup

The ISupportDelayedStartup type exposes the following members.

Properties
  NameDescription
Public propertyStartupComplete
Indicates whether the indexed component is ready to start receiving persistent state messages or allow interaction
Top
See Also