Property | Type | Description | |
---|---|---|---|
botR | Vector2 | ||
canClimb | bool | ||
enterDelay | float | ||
exitDelay | float | ||
maxX | float | ||
maxY | float | ||
minX | float | ||
minY | float | ||
playerObject | GameObject | ||
speed | float | ||
tick | float | ||
topL | Vector2 |
Method | Description | |
---|---|---|
FixedUpdate ( ) : void | ||
OnTriggerEnter2D ( |
||
Start ( ) : void | ||
Update ( ) : void |
Method | Description | |
---|---|---|
enterWait ( ) : IEnumerator | ||
exitWait ( ) : IEnumerator |
public OnTriggerEnter2D ( |
||
other | ||
return | void |