Universe.Physics.BulletSPlugin.BSFMotor.SetTarget C# (CSharp) Method

SetTarget() public method

public SetTarget ( float target ) : void
target float
return void
        public void SetTarget(float target)
        {
            TargetValue = target;
        }