class MAGES::SceneGraph::BaseBehavior¶
Overview¶
The base class for all behaviors. More…
class BaseBehavior: public MonoBehaviour
{
public:
// properties
string ObjectID;
BaseActionData ActionData;
};
// direct descendants
class ActivateBehavior;
class InsertBehavior;
class QuestionBehavior;
class RemoveBehavior;
class TrajectoryBehavior;
class UseBehavior;
Detailed Documentation¶
The base class for all behaviors.
Properties¶
string ObjectID
Gets or sets the ID of the object.
BaseActionData ActionData
Gets or sets the actionData of Action.