C# 클래스 PrimitiveNode, csg-toolkit

상속: Node
파일 보기 프로젝트 열기: dlannan/csg-toolkit 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
detail float
dimension Vector3
location Vector3
parent GameObject
type PrimitiveType,
value GameObject

공개 메소드들

메소드 설명
Calculate ( ) : bool
Create ( Vector2 pos ) : Node
NodeGUI ( ) : void

메소드 상세

Calculate() 공개 메소드

public Calculate ( ) : bool
리턴 bool

Create() 공개 메소드

public Create ( Vector2 pos ) : Node
pos Vector2
리턴 Node

NodeGUI() 공개 메소드

public NodeGUI ( ) : void
리턴 void

프로퍼티 상세

detail 공개적으로 프로퍼티

public float detail
리턴 float

dimension 공개적으로 프로퍼티

public Vector3 dimension
리턴 Vector3

location 공개적으로 프로퍼티

public Vector3 location
리턴 Vector3

parent 공개적으로 프로퍼티

public GameObject parent
리턴 GameObject

type 공개적으로 프로퍼티

public PrimitiveType, type
리턴 PrimitiveType,

value 공개적으로 프로퍼티

public GameObject value
리턴 GameObject