Axiom.Animating.PoseRef.PoseRef C# (CSharp) Méthode

PoseRef() public méthode

public PoseRef ( ushort poseIndex, float influence ) : System
poseIndex ushort
influence float
Résultat System
		public PoseRef( ushort poseIndex, float influence )
		{
			this.poseIndex = poseIndex;
			this.influence = influence;
		}
PoseRef