Antura.Minigames.MakeFriends.MakeFriendsAnturaController.FixedUpdate C# (CSharp) 메소드

FixedUpdate() 공개 메소드

public FixedUpdate ( ) : void
리턴 void
        void FixedUpdate()
        {
            if (run)
            {
                transform.Translate(runDirection * runSpeed);
            }
        }