C# Class DTPathFind.dtNode

Show file Open project: woshihuo12/UnityHello Class Usage Examples

Public Properties

Property Type Description
cost float
flags byte
id System.UInt64
pidx uint
pos float[]
state uint
total float

Public Methods

Method Description
dtcsClearFlag ( DetourNode flag ) : void
dtcsSetFlag ( DetourNode flag ) : void
dtcsTestFlag ( DetourNode flag ) : bool
getSizeOf ( ) : int

Method Details

dtcsClearFlag() public method

public dtcsClearFlag ( DetourNode flag ) : void
flag DetourNode
return void

dtcsSetFlag() public method

public dtcsSetFlag ( DetourNode flag ) : void
flag DetourNode
return void

dtcsTestFlag() public method

public dtcsTestFlag ( DetourNode flag ) : bool
flag DetourNode
return bool

getSizeOf() public static method

public static getSizeOf ( ) : int
return int

Property Details

cost public property

public float cost
return float

flags public property

public byte flags
return byte

id public property

public System.UInt64 id
return System.UInt64

pidx public property

public uint pidx
return uint

pos public property

public float[] pos
return float[]

state public property

public uint state
return uint

total public property

public float total
return float