Property | Type | Description | |
---|---|---|---|
bulletName | string | ||
children | List |
||
label | string | ||
name | BLName | ||
next | |||
parent | |||
type | BLType | ||
values | List |
||
visible | bool |
Method | Description | |
---|---|---|
BulletMLTree ( ) : System.Collections.Generic | ||
GetChild ( BLName name ) : |
||
GetChildValue ( BLName name, |
||
GetLabelNode ( string label, BLName name ) : |
||
GetValue ( |
||
GetValue ( float v, int &i, |
Method | Description | |
---|---|---|
GetNumValue ( |
||
GetParam ( int p, |
||
IsNextNum ( int i ) : bool |
public BulletMLTree ( ) : System.Collections.Generic | ||
return | System.Collections.Generic |
public GetChild ( BLName name ) : |
||
name | BLName | |
return |
public GetChildValue ( BLName name, |
||
name | BLName | |
task | ||
return | float |
public GetLabelNode ( string label, BLName name ) : |
||
label | string | |
name | BLName | |
return |
public GetValue ( |
||
task | ||
return | float |
public GetValue ( float v, int &i, |
||
v | float | |
i | int | |
task | ||
return | float |