C# 클래스 BulletMLLib.BulletMLTree

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

공개 프로퍼티들

프로퍼티 타입 설명
bulletName string
children List
label string
name BLName
next BulletMLTree
parent BulletMLTree
type BLType
values List
visible bool

공개 메소드들

메소드 설명
BulletMLTree ( ) : System.Collections.Generic
GetChild ( BLName name ) : BulletMLTree
GetChildValue ( BLName name, BulletMLTask task ) : float
GetLabelNode ( string label, BLName name ) : BulletMLTree
GetValue ( BulletMLTask task ) : float
GetValue ( float v, int &i, BulletMLTask task ) : float

비공개 메소드들

메소드 설명
GetNumValue ( BulletValue v, BulletMLTask task ) : float
GetParam ( int p, BulletMLTask task ) : float
IsNextNum ( int i ) : bool

메소드 상세

BulletMLTree() 공개 메소드

public BulletMLTree ( ) : System.Collections.Generic
리턴 System.Collections.Generic

GetChild() 공개 메소드

public GetChild ( BLName name ) : BulletMLTree
name BLName
리턴 BulletMLTree

GetChildValue() 공개 메소드

public GetChildValue ( BLName name, BulletMLTask task ) : float
name BLName
task BulletMLTask
리턴 float

GetLabelNode() 공개 메소드

public GetLabelNode ( string label, BLName name ) : BulletMLTree
label string
name BLName
리턴 BulletMLTree

GetValue() 공개 메소드

public GetValue ( BulletMLTask task ) : float
task BulletMLTask
리턴 float

GetValue() 공개 메소드

public GetValue ( float v, int &i, BulletMLTask task ) : float
v float
i int
task BulletMLTask
리턴 float

프로퍼티 상세

bulletName 공개적으로 프로퍼티

public string bulletName
리턴 string

children 공개적으로 프로퍼티

public List children
리턴 List

label 공개적으로 프로퍼티

public string label
리턴 string

name 공개적으로 프로퍼티

public BLName name
리턴 BLName

next 공개적으로 프로퍼티

public BulletMLTree,BulletMLLib next
리턴 BulletMLTree

parent 공개적으로 프로퍼티

public BulletMLTree,BulletMLLib parent
리턴 BulletMLTree

type 공개적으로 프로퍼티

public BLType type
리턴 BLType

values 공개적으로 프로퍼티

public List values
리턴 List

visible 공개적으로 프로퍼티

public bool visible
리턴 bool