BehaviorMode Enumeration
Defines the possible behavior modes for an entity.
Namespace:
com.onlineobject.objectnetAssembly: ObjectNetAPI (in ObjectNetAPI.dll)
Members
Member name | Description | |
---|---|---|
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. |