Universe.Physics.BulletSPlugin.BSFMotor.SetTarget C# (CSharp) 메소드

SetTarget() 공개 메소드

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