Reign.Video.Abstraction.InstanceObjectArmature.bindBoneRotationW C# (CSharp) Méthode

bindBoneRotationW() private méthode

private bindBoneRotationW ( float value ) : void
value float
Résultat void
        private void bindBoneRotationW(float value)
        {
            Bones[boneIndices[bindingIndex]].Rotation.W = value;
        }