C# 클래스 PlanesList, Stereoscopic_Scatterplot

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

공개 프로퍼티들

프로퍼티 타입 설명
planeMaterial Material

공개 메소드들

메소드 설명
AddPlane ( PlaneData, planeData ) : GameObject
AddPlane ( Vector3 point1, Vector3 point2 ) : GameObject
PlanesList ( ) : System.Collections

메소드 상세

AddPlane() 공개 메소드

public AddPlane ( PlaneData, planeData ) : GameObject
planeData PlaneData,
리턴 GameObject

AddPlane() 공개 메소드

public AddPlane ( Vector3 point1, Vector3 point2 ) : GameObject
point1 Vector3
point2 Vector3
리턴 GameObject

PlanesList() 공개 메소드

public PlanesList ( ) : System.Collections
리턴 System.Collections

프로퍼티 상세

planeMaterial 공개적으로 프로퍼티

public Material planeMaterial
리턴 Material