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

SetFrames2() private method

private SetFrames2 ( IntPtr constrain, Vector3 frameA, Quaternion frameArot, Vector3 frameB, Quaternion frameBrot ) : bool
constrain IntPtr
frameA Vector3
frameArot Quaternion
frameB Vector3
frameBrot Quaternion
return bool
            public static extern bool SetFrames2(IntPtr constrain,
                Vector3 frameA, Quaternion frameArot, Vector3 frameB, Quaternion frameBrot);
BSAPIUnman.BSAPICPP