C# Class ScatterplotList, Stereoscopic_Scatterplot

Inheritance: PointsList
Mostrar archivo Open project: noahfreedman/Stereoscopic_Scatterplot

Public Properties

Property Type Description
numberPoints int
pointPrefab GameObject

Public Methods

Method 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 method

public CreatePoints ( PointsData, pointsData ) : GameObject
pointsData PointsData,
return GameObject

createRandomPoints() public method

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

createRandomPoints() public method

public createRandomPoints ( int number ) : void
number int
return void

createSinglePoint() public method

public createSinglePoint ( Vector3 center ) : void
center Vector3
return void

Property Details

numberPoints public_oe property

public int numberPoints
return int

pointPrefab public_oe property

public GameObject pointPrefab
return GameObject