C# Class BulletMLLib.BulletMLTree

Show file Open project: babelshift/BulletMLLib Class Usage Examples

Public Properties

Property Type Description
bulletName string
children List
label string
name BLName
next BulletMLTree
parent BulletMLTree
type BLType
values List
visible bool

Public Methods

Method Description
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

Private Methods

Method Description
GetNumValue ( BulletValue v, BulletMLTask task ) : float
GetParam ( int p, BulletMLTask task ) : float
IsNextNum ( int i ) : bool

Method Details

BulletMLTree() public method

public BulletMLTree ( ) : System.Collections.Generic
return System.Collections.Generic

GetChild() public method

public GetChild ( BLName name ) : BulletMLTree
name BLName
return BulletMLTree

GetChildValue() public method

public GetChildValue ( BLName name, BulletMLTask task ) : float
name BLName
task BulletMLTask
return float

GetLabelNode() public method

public GetLabelNode ( string label, BLName name ) : BulletMLTree
label string
name BLName
return BulletMLTree

GetValue() public method

public GetValue ( BulletMLTask task ) : float
task BulletMLTask
return float

GetValue() public method

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

Property Details

bulletName public property

public string bulletName
return string

children public property

public List children
return List

label public property

public string label
return string

name public property

public BLName name
return BLName

next public property

public BulletMLTree,BulletMLLib next
return BulletMLTree

parent public property

public BulletMLTree,BulletMLLib parent
return BulletMLTree

type public property

public BLType type
return BLType

values public property

public List values
return List

visible public property

public bool visible
return bool