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

SliderMotorEnable() public abstract method

public abstract SliderMotorEnable ( BulletConstraint constrain, int linAng, float numericTrueFalse ) : bool
constrain BulletConstraint
linAng int
numericTrueFalse float
return bool
        public abstract bool SliderMotorEnable(BulletConstraint constrain, int linAng, float numericTrueFalse);
BSAPITemplate