예제 #1
0
            public static void LookAt(string id, Vector3 position)
            {
                CreatureBoardAsset creatureBoardAsset = GetCreatureBoardAsset(id);

                if (creatureBoardAsset != null)
                {
                    creatureBoardAsset.LookAt(position);
                }
            }