Reign.Video.Abstraction.InstanceObjectArmature.bindBoneRotationZ C# (CSharp) Method

bindBoneRotationZ() private method

private bindBoneRotationZ ( float value ) : void
value float
return void
        private void bindBoneRotationZ(float value)
        {
            Bones[boneIndices[bindingIndex]].Rotation.Z = value;
        }