com.onlineobject.objectnet Namespace

AnimationSyncType Enumeration

Defines the synchronization types for animations.

Namespace:  com.onlineobject.objectnet
Assembly:  ObjectNetAPI (in ObjectNetAPI.dll)

Syntax


public enum AnimationSyncType

Members


Member nameDescription
UseController Synchronize the animation using the animation controller.
UseParameters Synchronize the animation based on specific parameters (e.g., speed, direction).
ManualControl The animation is manually controlled by the user, allowing for custom synchronization.

Remarks


This enumeration is used to determine how an animation is synchronized. - UseController: The animation is synchronized based on the animation controller. - UseParameters: The animation is synchronized based on specific parameters. - ManualControl: The animation is manually controlled and synchronized by the user.