コード例 #1
0
ファイル: BlobMouth.cs プロジェクト: Rainermv/BlobGenetics
        public void OnTriggerEnter(Collider other)
        {
            if (other.name == parent.name)
            {
                return;
            }

            parent.MouthCollision(other);
        }