C# Class RootMotion.FinalIK.IKSolver.Node

Inheritance: UnityEngine.Point
显示文件 Open project: Alx666/ProjectPhoenix Class Usage Examples

Public Properties

Property Type Description
effectorPositionWeight float
effectorRotationWeight float
length float
offset UnityEngine.Vector3

Public Methods

Method Description
Node ( ) : UnityEngine
Node ( Transform transform ) : UnityEngine
Node ( Transform transform, float weight ) : UnityEngine

Method Details

Node() public method

public Node ( ) : UnityEngine
return UnityEngine

Node() public method

public Node ( Transform transform ) : UnityEngine
transform UnityEngine.Transform
return UnityEngine

Node() public method

public Node ( Transform transform, float weight ) : UnityEngine
transform UnityEngine.Transform
weight float
return UnityEngine

Property Details

effectorPositionWeight public_oe property

The effector position weight.
public float effectorPositionWeight
return float

effectorRotationWeight public_oe property

The effector rotation weight.
public float effectorRotationWeight
return float

length public_oe property

Distance to child node.
public float length
return float

offset public_oe property

Position offset.
public Vector3,UnityEngine offset
return UnityEngine.Vector3