C# 클래스 OcTreeNodeObject, Octree

파일 보기 프로젝트 열기: Pixelstudio/Octree

공개 프로퍼티들

프로퍼티 타입 설명
Color Color
Id int
Position Vector3

공개 메소드들

메소드 설명
OcTreeNodeObject ( int id, Vector3 pos ) : System

메소드 상세

OcTreeNodeObject() 공개 메소드

public OcTreeNodeObject ( int id, Vector3 pos ) : System
id int
pos Vector3
리턴 System

프로퍼티 상세

Color 공개적으로 프로퍼티

public Color Color
리턴 Color

Id 공개적으로 프로퍼티

public int Id
리턴 int

Position 공개적으로 프로퍼티

public Vector3 Position
리턴 Vector3