com.onlineobject.objectnet Namespace

BehaviorMode Enumeration

Defines the possible behavior modes for an entity.

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

Syntax


public enum BehaviorMode

Members


Member nameDescription
Active Represents a mode where the entity is actively engaging or initiating actions.
Passive Represents a mode where the entity is not initiating actions but may respond to external events.
Both Represents a mode where the entity can both initiate actions and respond to external events.