Property | Type | Description | |
---|---|---|---|
bounds | Vector2 | ||
boxHeight | float | ||
colliderMesh | Transform | ||
debugBoxes | bool | ||
debugRaycast | bool | ||
frameSkip | int | ||
rayDistance | float | ||
res | Vector2 |
Method | Description | |
---|---|---|
MoveBox ( Transform box, int layerMask ) : void | ||
OnDrawGizmos ( ) : void | ||
Start ( ) : void | ||
Update ( ) : void |
public MoveBox ( Transform box, int layerMask ) : void | ||
box | Transform | |
layerMask | int | |
return | void |