interface MAGES::IPlayerRig¶
Overview¶
The base class for the Player Rig. More…
interface IPlayerRig { // properties Transform RootTransform; GameObject CameraOffset; Camera Camera; }; // direct descendants class PlayerRig;
Detailed Documentation¶
The base class for the Player Rig.
Properties¶
Transform RootTransform
Gets or sets the root transform of the rig.
GameObject CameraOffset
Gets or sets the Rig’s camera offset.
Typically the offset the camera has from the ground.
Camera Camera
Gets or sets the Rig’s camera component.