C# Class ScatterplotList, Stereoscopic_Scatterplot

Inheritance: PointsList
Afficher le fichier Open project: noahfreedman/Stereoscopic_Scatterplot

Méthodes publiques

Свойство Type Description
numberPoints int
pointPrefab GameObject

Méthodes publiques

Méthode Description
CreatePoints ( PointsData, pointsData ) : GameObject
createRandomPoints ( Vector3 center, int number, float range = 1.0f ) : void
createRandomPoints ( int number ) : void
createSinglePoint ( Vector3 center ) : void

Method Details

CreatePoints() public méthode

public CreatePoints ( PointsData, pointsData ) : GameObject
pointsData PointsData,
Résultat GameObject

createRandomPoints() public méthode

public createRandomPoints ( Vector3 center, int number, float range = 1.0f ) : void
center Vector3
number int
range float
Résultat void

createRandomPoints() public méthode

public createRandomPoints ( int number ) : void
number int
Résultat void

createSinglePoint() public méthode

public createSinglePoint ( Vector3 center ) : void
center Vector3
Résultat void

Property Details

numberPoints public_oe property

public int numberPoints
Résultat int

pointPrefab public_oe property

public GameObject pointPrefab
Résultat GameObject