Table of Contents

Class ConstraintBinding

Defines how a constraint should follow a target transform.

[Serializable]
public class ConstraintBinding
Inheritance
ConstraintBinding
Inherited Members

Fields

followPosition

public bool followPosition

Field Value

bool

followRotation

public bool followRotation

Field Value

bool

positionOffset

public Vector3 positionOffset

Field Value

Vector3

rotationOffset

public Vector3 rotationOffset

Field Value

Vector3

smoothSpeed

public float smoothSpeed

Field Value

float

source

public Transform source

Field Value

Transform

weight

public float weight

Field Value

float

Properties

IsValid

Whether this binding is valid and active.

public bool IsValid { get; }

Property Value

bool