Universe.Physics.BulletSPlugin.BSAPIUnman.BSAPICPP.SetAngularLimits2 C# (CSharp) Method

SetAngularLimits2() private method

private SetAngularLimits2 ( IntPtr constrain, System.Vector3 low, System.Vector3 hi ) : bool
constrain System.IntPtr
low System.Vector3
hi System.Vector3
return bool
            public static extern bool SetAngularLimits2(IntPtr constrain, Vector3 low, Vector3 hi);
BSAPIUnman.BSAPICPP