Property | Type | Description | |
---|---|---|---|
detailAngle | float | ||
detailDistance | float | ||
eraseDistance | float | ||
eraseSpeed | float | ||
hashGrid | List | ||
isBeingDestroyed | bool | ||
isDestroyed | bool | ||
lineWidth | float | ||
lines | List |
||
maxPoints | int |
Method | Description | |
---|---|---|
Awake ( ) : void | ||
Update ( ) : void | ||
addNewLine ( GameObject brush ) : void | ||
addPoint ( GameObject b ) : void | ||
addPoints ( GameObject b, bool d ) : void | ||
dequeueLine ( int index ) : void | ||
getHashedCell ( Vector3 pos ) : int | ||
getPointCount ( ) : int | ||
getVertFromTotalIndex ( int index ) : Point | ||
makeTexture ( ) : void | ||
rebuildLine ( ) : void | ||
reduceTransparency ( ) : void |
public addNewLine ( GameObject brush ) : void | ||
brush | GameObject | |
return | void |
public addPoints ( GameObject b, bool d ) : void | ||
b | GameObject | |
d | bool | |
return | void |
public getVertFromTotalIndex ( int index ) : Point | ||
index | int | |
return | Point |