Universe.Physics.BulletSPlugin.BSAPIUnman.BSAPICPP.SliderMotor2 C# (CSharp) Method

SliderMotor2() private method

private SliderMotor2 ( IntPtr constrain, int forceVel, int linAng, float val ) : bool
constrain IntPtr
forceVel int
linAng int
val float
return bool
            public static extern bool SliderMotor2(IntPtr constrain, int forceVel, int linAng, float val);
BSAPIUnman.BSAPICPP