Toggle navigation
Hot Examples
ZH
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
搜索
Home
EnemyRoamingDetector
C# Class EnemyRoamingDetector, Unity
Inheritance:
MonoBehaviour
显示文件
Open project: zackva/Unity
Public Properties
Property
Type
Description
enemy
GameObject
Public Methods
Method
Description
OnTriggerStay2D
(
Collider2D
other
) :
void
Method Details
OnTriggerStay2D()
public
method
public
OnTriggerStay2D
(
Collider2D
other
) :
void
other
UnityEngine.Collider2D
return
void
Property Details
enemy
public_oe property
public
GameObject
enemy
return
GameObject