Struct CinemachineDeoccluder.ObstacleAvoidance.FollowTargetSettings
Settings for resolving towards Follow target instead of LookAt.
Inherited Members
Namespace: Unity.Cinemachine
Assembly: Unity.Cinemachine.dll
Syntax
[Serializable]
public struct CinemachineDeoccluder.ObstacleAvoidance.FollowTargetSettings
Fields
Enabled
Use the Follow target when resolving occlusions, instead of the LookAt target.
Declaration
[Tooltip("Use the Follow target when resolving occlusions, instead of the LookAt target.")]
public bool Enabled
Field Value
Type | Description |
---|---|
bool |
YOffset
Declaration
[Tooltip("Vertical offset from the Follow target's root, in target local space")]
public float YOffset
Field Value
Type | Description |
---|---|
float |