C# Class Obi.ObiBone

Inheritance: Obi.ObiActor
Afficher le fichier Open project: dyanikoglu/VRChef Class Usage Examples

Protected Properties

Свойство Type Description
animatorController Obi.ObiAnimatorController

Méthodes publiques

Méthode Description
AddToSolver ( object info ) : bool
Awake ( ) : void
GeneratePhysicRepresentationForBones ( ) : IEnumerator
OnSolverFrameEnd ( ) : void
OnSolverStepBegin ( ) : void
OnSolverStepEnd ( ) : void
OnValidate ( ) : void
RemoveFromSolver ( object info ) : bool
ResetActor ( ) : void
UpdateBones ( ) : void

Private Methods

Méthode Description
EnumerateBonesBreadthFirst ( ) : System.Collections.IEnumerable
SetupAnimatorController ( ) : void

Method Details

AddToSolver() public méthode

public AddToSolver ( object info ) : bool
info object
Résultat bool

Awake() public méthode

public Awake ( ) : void
Résultat void

GeneratePhysicRepresentationForBones() public méthode

public GeneratePhysicRepresentationForBones ( ) : IEnumerator
Résultat IEnumerator

OnSolverFrameEnd() public méthode

public OnSolverFrameEnd ( ) : void
Résultat void

OnSolverStepBegin() public méthode

public OnSolverStepBegin ( ) : void
Résultat void

OnSolverStepEnd() public méthode

public OnSolverStepEnd ( ) : void
Résultat void

OnValidate() public méthode

public OnValidate ( ) : void
Résultat void

RemoveFromSolver() public méthode

public RemoveFromSolver ( object info ) : bool
info object
Résultat bool

ResetActor() public méthode

public ResetActor ( ) : void
Résultat void

UpdateBones() public méthode

public UpdateBones ( ) : void
Résultat void

Property Details

animatorController protected_oe property

protected ObiAnimatorController,Obi animatorController
Résultat Obi.ObiAnimatorController