C# Class CCDIKSolver, StereoAR-for-Unity

Inheritance: MonoBehaviour
Afficher le fichier Open project: hecomi/StereoAR-for-Unity Class Usage Examples

Méthodes publiques

Свойство Type Description
chains Transform[]
controll_weight float
drawRay bool
iterations int
target Transform

Méthodes publiques

Méthode Description
Solve ( ) : void
limitter ( Transform bone ) : void

Private Methods

Méthode Description
adjust_rot ( float n ) : int

Method Details

Solve() public méthode

public Solve ( ) : void
Résultat void

limitter() public méthode

public limitter ( Transform bone ) : void
bone Transform
Résultat void

Property Details

chains public_oe property

public Transform[] chains
Résultat Transform[]

controll_weight public_oe property

public float controll_weight
Résultat float

drawRay public_oe property

public bool drawRay
Résultat bool

iterations public_oe property

public int iterations
Résultat int

target public_oe property

public Transform target
Résultat Transform