enum MAGES::Experimental::SceneGraph::PlaceActionData::PlaceActionMode¶
Overview¶
Signifies the mode of the PlaceAction (whether to place an object or yourself in the target area). More…
enum PlaceActionMode
{
Object,
CurrentPlayer,
};
Detailed Documentation¶
Signifies the mode of the PlaceAction (whether to place an object or yourself in the target area).
Enum Values¶
Object
Place an object to the target area.
CurrentPlayer
Position yourself to the targe area.