class MAGES::Interaction::PlayerRig¶
Overview¶
The Player Rig. More…
class PlayerRig: public MonoBehaviour, public MAGES::IPlayerRig { public: // properties Transform RootTransform; GameObject CameraOffset; Camera Camera; };
Inherited Members¶
public: // properties Transform RootTransform; GameObject CameraOffset; Camera Camera;
Detailed Documentation¶
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.