C# 클래스 DTPathFind.dtNode

파일 보기 프로젝트 열기: woshihuo12/UnityHello 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
cost float
flags byte
id System.UInt64
pidx uint
pos float[]
state uint
total float

공개 메소드들

메소드 설명
dtcsClearFlag ( DetourNode flag ) : void
dtcsSetFlag ( DetourNode flag ) : void
dtcsTestFlag ( DetourNode flag ) : bool
getSizeOf ( ) : int

메소드 상세

dtcsClearFlag() 공개 메소드

public dtcsClearFlag ( DetourNode flag ) : void
flag DetourNode
리턴 void

dtcsSetFlag() 공개 메소드

public dtcsSetFlag ( DetourNode flag ) : void
flag DetourNode
리턴 void

dtcsTestFlag() 공개 메소드

public dtcsTestFlag ( DetourNode flag ) : bool
flag DetourNode
리턴 bool

getSizeOf() 공개 정적인 메소드

public static getSizeOf ( ) : int
리턴 int

프로퍼티 상세

cost 공개적으로 프로퍼티

public float cost
리턴 float

flags 공개적으로 프로퍼티

public byte flags
리턴 byte

id 공개적으로 프로퍼티

public System.UInt64 id
리턴 System.UInt64

pidx 공개적으로 프로퍼티

public uint pidx
리턴 uint

pos 공개적으로 프로퍼티

public float[] pos
리턴 float[]

state 공개적으로 프로퍼티

public uint state
리턴 uint

total 공개적으로 프로퍼티

public float total
리턴 float