C# 클래스 LoadedPointsList, Stereoscopic_Scatterplot

상속: PointsList
파일 보기 프로젝트 열기: noahfreedman/Stereoscopic_Scatterplot

공개 프로퍼티들

프로퍼티 타입 설명
pointPrefab GameObject
recentFiles List

공개 메소드들

메소드 설명
CreatePoints ( PointsData, pointsData ) : GameObject
LoadPointsFile ( string pointFilePath, string pointFileName = "Points" ) : void
closeNotification ( ) : void
pointsArrayListToObjects ( List pointarray, string fileName = "Points" ) : void
showNotification ( string s ) : void

메소드 상세

CreatePoints() 공개 메소드

public CreatePoints ( PointsData, pointsData ) : GameObject
pointsData PointsData,
리턴 GameObject

LoadPointsFile() 공개 메소드

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

closeNotification() 공개 메소드

public closeNotification ( ) : void
리턴 void

pointsArrayListToObjects() 공개 메소드

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

showNotification() 공개 메소드

public showNotification ( string s ) : void
s string
리턴 void

프로퍼티 상세

pointPrefab 공개적으로 프로퍼티

public GameObject pointPrefab
리턴 GameObject

recentFiles 공개적으로 프로퍼티

public List recentFiles
리턴 List