Property | Type | Description | |
---|---|---|---|
numberPoints | int | ||
pointPrefab | GameObject |
Method | Description | |
---|---|---|
CreatePoints ( PointsData, pointsData ) : GameObject | ||
createRandomPoints ( Vector3 center, int number, float range = 1.0f ) : void | ||
createRandomPoints ( int number ) : void | ||
createSinglePoint ( Vector3 center ) : void |
public CreatePoints ( PointsData, pointsData ) : GameObject | ||
pointsData | PointsData, | |
return | GameObject |
public createRandomPoints ( Vector3 center, int number, float range = 1.0f ) : void | ||
center | Vector3 | |
number | int | |
range | float | |
return | void |
public createRandomPoints ( int number ) : void | ||
number | int | |
return | void |
public createSinglePoint ( Vector3 center ) : void | ||
center | Vector3 | |
return | void |