SGDE.Physics.PhysicsBaby.SetVelocity C# (CSharp) Method

SetVelocity() public method

Set the total velocity.
public SetVelocity ( Vector2 velocity ) : void
velocity Vector2 The velocity for the PhysicsBaby.
return void
        public void SetVelocity(Vector2 velocity)
        {
            mVelocity = velocity;
        }