Property | Type | Description | |
---|---|---|---|
Interactables | UnityEngine.GameObject[] | ||
MovementSpeed | float | ||
moveValue | float | ||
obstacle |
Method | Description | |
---|---|---|
OnTriggerEnter ( |
||
OnTriggerExit ( |
||
Start ( ) : void | ||
Update ( ) : void |
Method | Description | |
---|---|---|
CheckForInputs ( ) : IEnumerator |
public OnTriggerEnter ( |
||
coll | ||
return | void |
public OnTriggerExit ( |
||
coll | ||
return | void |
public GameObject[],UnityEngine Interactables | ||
return | UnityEngine.GameObject[] |