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

bindBoneRotationY() private méthode

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