C# Class LoadedPointsList, Stereoscopic_Scatterplot

Inheritance: PointsList
ファイルを表示 Open project: noahfreedman/Stereoscopic_Scatterplot

Public Properties

Property Type Description
pointPrefab GameObject
recentFiles List

Public Methods

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

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

LoadPointsFile() public method

public LoadPointsFile ( string pointFilePath, string pointFileName = "Points" ) : void
pointFilePath string
pointFileName string
return void

closeNotification() public method

public closeNotification ( ) : void
return void

pointsArrayListToObjects() public method

public pointsArrayListToObjects ( List pointarray, string fileName = "Points" ) : void
pointarray List
fileName string
return void

showNotification() public method

public showNotification ( string s ) : void
s string
return void

Property Details

pointPrefab public_oe property

public GameObject pointPrefab
return GameObject

recentFiles public_oe property

public List recentFiles
return List