Universe.Physics.BulletSPlugin.BSAPITemplate.SetFrames C# (CSharp) Method

SetFrames() public abstract method

public abstract SetFrames ( BulletConstraint constrain, System.Vector3 frameA, Quaternion frameArot, System.Vector3 frameB, Quaternion frameBrot ) : bool
constrain BulletConstraint
frameA System.Vector3
frameArot Quaternion
frameB System.Vector3
frameBrot Quaternion
return bool
        public abstract bool SetFrames(BulletConstraint constrain,
            Vector3 frameA, Quaternion frameArot, Vector3 frameB, Quaternion frameBrot);
BSAPITemplate