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

SetConstraintParam() public abstract method

public abstract SetConstraintParam ( BulletConstraint constrain, ConstraintParams paramIndex, float value, ConstraintParamAxis axis ) : bool
constrain BulletConstraint
paramIndex ConstraintParams
value float
axis ConstraintParamAxis
return bool
        public abstract bool SetConstraintParam(BulletConstraint constrain, ConstraintParams paramIndex, float value,
            ConstraintParamAxis axis);
BSAPITemplate