C# 클래스 RandomPointManager, Stereoscopic_Scatterplot

Random point manager holds a list of groups of random points makes it possible to create/destroy other option might be mastering the art of parenting objects and use that system to manage objects (preferred)
상속: MonoBehaviour
파일 보기 프로젝트 열기: noahfreedman/Stereoscopic_Scatterplot

공개 프로퍼티들

프로퍼티 타입 설명
CreatedPoints List
numberPoints int
pointPrefab Transform

공개 메소드들

메소드 설명
ClearAllPoints ( ) : void
CreateRandomPointGroup ( GameObject parentObject, int count ) : void
Start ( ) : void

메소드 상세

ClearAllPoints() 공개 메소드

public ClearAllPoints ( ) : void
리턴 void

CreateRandomPointGroup() 공개 메소드

public CreateRandomPointGroup ( GameObject parentObject, int count ) : void
parentObject GameObject
count int
리턴 void

Start() 공개 메소드

public Start ( ) : void
리턴 void

프로퍼티 상세

CreatedPoints 공개적으로 프로퍼티

public List CreatedPoints
리턴 List

numberPoints 공개적으로 프로퍼티

public int numberPoints
리턴 int

pointPrefab 공개적으로 프로퍼티

public Transform pointPrefab
리턴 Transform