C# Class RandomPointManager, Stereoscopic_Scatterplot

Random point manager holds a list of groups of random points makes it possible to create/destroy other option might be mastering the art of parenting objects and use that system to manage objects (preferred)
Inheritance: MonoBehaviour
Exibir arquivo Open project: noahfreedman/Stereoscopic_Scatterplot

Public Properties

Property Type Description
CreatedPoints List
numberPoints int
pointPrefab Transform

Public Methods

Method Description
ClearAllPoints ( ) : void
CreateRandomPointGroup ( GameObject parentObject, int count ) : void
Start ( ) : void

Method Details

ClearAllPoints() public method

public ClearAllPoints ( ) : void
return void

CreateRandomPointGroup() public method

public CreateRandomPointGroup ( GameObject parentObject, int count ) : void
parentObject GameObject
count int
return void

Start() public method

public Start ( ) : void
return void

Property Details

CreatedPoints public_oe property

public List CreatedPoints
return List

numberPoints public_oe property

public int numberPoints
return int

pointPrefab public_oe property

public Transform pointPrefab
return Transform