C# Class Obi.ObiBone

Inheritance: Obi.ObiActor
Exibir arquivo Open project: dyanikoglu/VRChef Class Usage Examples

Protected Properties

Property Type Description
animatorController Obi.ObiAnimatorController

Public Methods

Method 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

Method Description
EnumerateBonesBreadthFirst ( ) : System.Collections.IEnumerable
SetupAnimatorController ( ) : void

Method Details

AddToSolver() public method

public AddToSolver ( object info ) : bool
info object
return bool

Awake() public method

public Awake ( ) : void
return void

GeneratePhysicRepresentationForBones() public method

public GeneratePhysicRepresentationForBones ( ) : IEnumerator
return IEnumerator

OnSolverFrameEnd() public method

public OnSolverFrameEnd ( ) : void
return void

OnSolverStepBegin() public method

public OnSolverStepBegin ( ) : void
return void

OnSolverStepEnd() public method

public OnSolverStepEnd ( ) : void
return void

OnValidate() public method

public OnValidate ( ) : void
return void

RemoveFromSolver() public method

public RemoveFromSolver ( object info ) : bool
info object
return bool

ResetActor() public method

public ResetActor ( ) : void
return void

UpdateBones() public method

public UpdateBones ( ) : void
return void

Property Details

animatorController protected_oe property

protected ObiAnimatorController,Obi animatorController
return Obi.ObiAnimatorController