Method | Description | |
---|---|---|
generate ( Polyline, originPoly, float holeProb ) : IEnumerator, |
Method | Description | |
---|---|---|
addElementToDataStructure ( Polyline, p, int canIntersect ) : void | ||
createDataStructure ( Polyline, iniP ) : void | ||
initializeDataStructure ( int &canIntersect, Polyline, &p ) : void | ||
isDataStructureEmpty ( ) : bool |
Method | Description | |
---|---|---|
Awake ( ) : void |
abstract protected addElementToDataStructure ( Polyline, p, int canIntersect ) : void | ||
p | Polyline, | |
canIntersect | int | |
return | void |
abstract protected createDataStructure ( Polyline, iniP ) : void | ||
iniP | Polyline, | |
return | void |
public generate ( Polyline, originPoly, float holeProb ) : IEnumerator, | ||
originPoly | Polyline, | |
holeProb | float | |
return | IEnumerator, |
abstract protected initializeDataStructure ( int &canIntersect, Polyline, &p ) : void | ||
canIntersect | int | |
p | Polyline, | |
return | void |
abstract protected isDataStructureEmpty ( ) : bool | ||
return | bool |