Property | Type | Description | |
---|---|---|---|
brushPrefab | GameObject | ||
gridSnap | int |
Method | Description | |
---|---|---|
AddBrush ( int index, Vector3 position ) : void | ||
RemoveBrush ( int index ) : void | ||
Start ( ) : void | ||
Update ( ) : void |
Method | Description | |
---|---|---|
GetBrushPositionFromMouse ( ) : Vector3 |
public AddBrush ( int index, Vector3 position ) : void | ||
index | int | |
position | Vector3 | |
return | void |