C# Class LoadedPointsList, Stereoscopic_Scatterplot

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

Méthodes publiques

Свойство Type Description
pointPrefab GameObject
recentFiles List

Méthodes publiques

Méthode Description
CreatePoints ( PointsData, pointsData ) : GameObject
LoadPointsFile ( string pointFilePath, string pointFileName = "Points" ) : void
closeNotification ( ) : void
pointsArrayListToObjects ( List pointarray, string fileName = "Points" ) : void
showNotification ( string s ) : void

Method Details

CreatePoints() public méthode

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

LoadPointsFile() public méthode

public LoadPointsFile ( string pointFilePath, string pointFileName = "Points" ) : void
pointFilePath string
pointFileName string
Résultat void

closeNotification() public méthode

public closeNotification ( ) : void
Résultat void

pointsArrayListToObjects() public méthode

public pointsArrayListToObjects ( List pointarray, string fileName = "Points" ) : void
pointarray List
fileName string
Résultat void

showNotification() public méthode

public showNotification ( string s ) : void
s string
Résultat void

Property Details

pointPrefab public_oe property

public GameObject pointPrefab
Résultat GameObject

recentFiles public_oe property

public List recentFiles
Résultat List