Property | Type | Description | |
---|---|---|---|
debugRaycast | bool | ||
frameSkip | int | ||
growSpeed | float | ||
landMesh | Transform | ||
rayDistance | float | ||
rayOffset | float | ||
shrinkSpeed | float |
Method | Description | |
---|---|---|
DrawDebugRaycast ( Vector3 origin, Color c ) : void | ||
Grow ( ) : void | ||
Setup ( ) : void | ||
Shrink ( ) : void | ||
Start ( ) : void | ||
Transition ( State, newState ) : void | ||
Update ( ) : void |
Method | Description | |
---|---|---|
DoRaycast ( ) : bool | ||
RaycastToLand ( ) : bool |
public DrawDebugRaycast ( Vector3 origin, Color c ) : void | ||
origin | Vector3 | |
c | Color | |
return | void |