sm.debugDraw.clear
Removes all debug draws beginning with a given name.
Kind: Function
Environments: Game, Terrain
Game
sm.debugDraw.clear( name )
Parameters:
| Name | Type | Description |
|---|---|---|
name (optional) |
string | The name to match (Defaults to "", matching all debug draws). |
Terrain
sm.debugDraw.clear( name )
Open the full Terrain reference
Parameters:
| Name | Type | Description |
|---|---|---|
name (optional) |
string | The name to match (Defaults to "", matching all debug draws). |