Class CameraRig
카메라 Rig Transform 참조 저장 전용. 규칙: Transform 참조 저장만 담당. 로직 구현 금지. 구조: CameraRoot └─ YawPivot └─ PitchPivot └─ CameraMount (Camera 위치)
public sealed class CameraRig : MonoBehaviour
- Inheritance
-
objectObjectComponentBehaviourMonoBehaviourCameraRig
Properties
CameraMount
public Transform CameraMount { get; }
Property Value
- Transform
PitchPivot
public Transform PitchPivot { get; }
Property Value
- Transform
Root
public Transform Root { get; }
Property Value
- Transform
YawPivot
public Transform YawPivot { get; }
Property Value
- Transform