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

HingeSetLimits() public abstract method

public abstract HingeSetLimits ( BulletConstraint constrain, float low, float high, float softness, float bias, float relaxation ) : bool
constrain BulletConstraint
low float
high float
softness float
bias float
relaxation float
return bool
        public abstract bool HingeSetLimits(BulletConstraint constrain, float low, float high, float softness, float bias, float relaxation);
BSAPITemplate