C# Class AstarDebugger, TheUnseen

Inheritance: MonoBehaviour
Mostra file Open project: henryj41043/TheUnseen Class Usage Examples

Public Properties

Property Type Description
font Font
fontSize int
graphBufferSize int
show bool
showFPS bool
showGraph bool
showInEditor bool
showMemProfile bool
showPathProfile bool
yOffset int

Public Methods

Method Description
Cross ( Vector3 p ) : void
DrawGraphLine ( int index, Matrix4x4 m, float x1, float x2, float y1, float y2, Color col ) : void
OnGUI ( ) : void
Start ( ) : void
Update ( ) : void

Method Details

Cross() public method

public Cross ( Vector3 p ) : void
p Vector3
return void

DrawGraphLine() public method

public DrawGraphLine ( int index, Matrix4x4 m, float x1, float x2, float y1, float y2, Color col ) : void
index int
m Matrix4x4
x1 float
x2 float
y1 float
y2 float
col Color
return void

OnGUI() public method

public OnGUI ( ) : void
return void

Start() public method

public Start ( ) : void
return void

Update() public method

public Update ( ) : void
return void

Property Details

font public_oe property

public Font font
return Font

fontSize public_oe property

public int fontSize
return int

graphBufferSize public_oe property

public int graphBufferSize
return int

show public_oe property

public bool show
return bool

showFPS public_oe property

public bool showFPS
return bool

showGraph public_oe property

public bool showGraph
return bool

showInEditor public_oe property

public bool showInEditor
return bool

showMemProfile public_oe property

public bool showMemProfile
return bool

showPathProfile public_oe property

public bool showPathProfile
return bool

yOffset public_oe property

public int yOffset
return int