Axiom.Animating.Skeleton.Reset C# (CSharp) Метод

Reset() публичный Метод

Resets the position and orientation of all bones in this skeleton to their original binding position.
A skeleton is bound to a mesh in a binding pose. Bone positions are then modified from this position during animation. This method returns all the bones to their original position and orientation.
public Reset ( ) : void
Результат void
		public void Reset()
		{
			Reset( false );
		}

Same methods

Skeleton::Reset ( bool resetManualBones ) : void