Struct Cinemachine3OrbitRig.Orbit
Defines the height and radius for an orbit
Inherited Members
Namespace: Unity.Cinemachine
Assembly: Unity.Cinemachine.dll
Syntax
[Serializable]
public struct Cinemachine3OrbitRig.Orbit
Fields
Height
Height relative to target
Declaration
[Tooltip("Height of the horizontal orbit circle, relative to the target position")]
public float Height
Field Value
Type | Description |
---|---|
float |
Radius
Radius of orbit
Declaration
[Tooltip("Horizontal radius of the orbit")]
public float Radius
Field Value
Type | Description |
---|---|
float |