C# Class Pathfinding.Profile

显示文件 Open project: henryj41043/TheUnseen Class Usage Examples

Public Properties

Property Type Description
name string

Public Methods

Method Description
ControlValue ( ) : int
Profile ( string name ) : System
ToString ( ) : string

Private Methods

Method Description
ConsoleLog ( ) : void
Control ( Profile other ) : void
Log ( ) : void
Start ( ) : void
Stop ( ) : void
Stop ( int control ) : void

Method Details

ControlValue() public method

public ControlValue ( ) : int
return int

Profile() public method

public Profile ( string name ) : System
name string
return System

ToString() public method

public ToString ( ) : string
return string

Property Details

name public_oe property

public string name
return string