C# 클래스 Pathfinding.Profile

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

공개 프로퍼티들

프로퍼티 타입 설명
name string

공개 메소드들

메소드 설명
ControlValue ( ) : int
Profile ( string name ) : System
ToString ( ) : string

비공개 메소드들

메소드 설명
ConsoleLog ( ) : void
Control ( Profile other ) : void
Log ( ) : void
Start ( ) : void
Stop ( ) : void
Stop ( int control ) : void

메소드 상세

ControlValue() 공개 메소드

public ControlValue ( ) : int
리턴 int

Profile() 공개 메소드

public Profile ( string name ) : System
name string
리턴 System

ToString() 공개 메소드

public ToString ( ) : string
리턴 string

프로퍼티 상세

name 공개적으로 프로퍼티

public string name
리턴 string