コード例 #1
0
ファイル: ChatManager.cs プロジェクト: 4thepoch/bsf
        private void SetDestination(Vector3 destination)
        {
            if (m_objManager != null)
            {
                m_objManager.Destination = destination;

                // test code
                m_actionManager.BeginAction(Action.GoToward, false);
            }
        }