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

bindBoneRotationW() private method

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