C# 클래스 ScatterplotList, Stereoscopic_Scatterplot

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

공개 프로퍼티들

프로퍼티 타입 설명
numberPoints int
pointPrefab GameObject

공개 메소드들

메소드 설명
CreatePoints ( PointsData, pointsData ) : GameObject
createRandomPoints ( Vector3 center, int number, float range = 1.0f ) : void
createRandomPoints ( int number ) : void
createSinglePoint ( Vector3 center ) : void

메소드 상세

CreatePoints() 공개 메소드

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

createRandomPoints() 공개 메소드

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

createRandomPoints() 공개 메소드

public createRandomPoints ( int number ) : void
number int
리턴 void

createSinglePoint() 공개 메소드

public createSinglePoint ( Vector3 center ) : void
center Vector3
리턴 void

프로퍼티 상세

numberPoints 공개적으로 프로퍼티

public int numberPoints
리턴 int

pointPrefab 공개적으로 프로퍼티

public GameObject pointPrefab
리턴 GameObject