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
Afficher le fichier Open project: noahfreedman/Stereoscopic_Scatterplot

Méthodes publiques

Свойство Type Description
CreatedPoints List
numberPoints int
pointPrefab Transform

Méthodes publiques

Méthode Description
ClearAllPoints ( ) : void
CreateRandomPointGroup ( GameObject parentObject, int count ) : void
Start ( ) : void

Method Details

ClearAllPoints() public méthode

public ClearAllPoints ( ) : void
Résultat void

CreateRandomPointGroup() public méthode

public CreateRandomPointGroup ( GameObject parentObject, int count ) : void
parentObject GameObject
count int
Résultat void

Start() public méthode

public Start ( ) : void
Résultat void

Property Details

CreatedPoints public_oe property

public List CreatedPoints
Résultat List

numberPoints public_oe property

public int numberPoints
Résultat int

pointPrefab public_oe property

public Transform pointPrefab
Résultat Transform