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

SetBreakingImpulseThreshold() public abstract method

public abstract SetBreakingImpulseThreshold ( BulletConstraint constrain, float threshold ) : bool
constrain BulletConstraint
threshold float
return bool
        public abstract bool SetBreakingImpulseThreshold(BulletConstraint constrain, float threshold);
BSAPITemplate