Bearbeiten

Follow.AngularClampType Enum

Definition

Specifies the method used to ensure the refForward vector remains within the bounds set by the leashing parameters.

public: enum class Follow::AngularClampType
public enum Follow.AngularClampType
type Follow.AngularClampType = 
Public Enum Follow.AngularClampType
Inheritance
Follow.AngularClampType

Fields

AngleStepping 1

Locks the rotation to a specified number of steps around the tracked object.

ColliderBounds 3

Uses the gameObject's collider bounds to keep within the view frustum.

RendererBounds 2

Uses the gameObject's renderer bounds to keep within the view frustum.

ViewDegrees 0

Locks the rotation with a viewing cone.

Applies to