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

SetAngularLimits() public abstract method

public abstract SetAngularLimits ( BulletConstraint constrain, System.Vector3 low, System.Vector3 hi ) : bool
constrain BulletConstraint
low System.Vector3
hi System.Vector3
return bool
        public abstract bool SetAngularLimits(BulletConstraint constrain, Vector3 low, Vector3 hi);
BSAPITemplate