C# Class FABRIKEffector, Unity3D-FABRIK

Inheritance: MonoBehaviour
Datei anzeigen Open project: Tannz0rz/FABRIK Class Usage Examples

Public Properties

Property Type Description
distance float
position Vector3

Public Methods

Method Description
ApplyConstraint ( Vector3 axis, float angle ) : void
Constructor ( FABRIKEffector, parent = null ) : FABRIKEffector,
FetchComponent ( GameObject gameObject ) : FABRIKEffector,

Private Methods

Method Description
ConstrainRotation ( Vector3 from, Vector3 to, float angle ) : Vector3

Method Details

ApplyConstraint() public method

public ApplyConstraint ( Vector3 axis, float angle ) : void
axis Vector3
angle float
return void

Constructor() public method

public Constructor ( FABRIKEffector, parent = null ) : FABRIKEffector,
parent FABRIKEffector,
return FABRIKEffector,

FetchComponent() public static method

public static FetchComponent ( GameObject gameObject ) : FABRIKEffector,
gameObject GameObject
return FABRIKEffector,

Property Details

distance public_oe property

public float distance
return float

position public_oe property

public Vector3 position
return Vector3