C# Class CompositeMif, PathfindingToolUnity

Inheritance: NodeMif
ファイルを表示 Open project: benjaml/PathfindingToolUnity

Protected Properties

Property Type Description
elemList List

Public Methods

Method Description
AddElem ( NodeMif, NM ) : void
Execute ( ) : bool
RemoveElem ( NodeMif, NM ) : void

Method Details

AddElem() public method

public AddElem ( NodeMif, NM ) : void
NM NodeMif,
return void

Execute() public method

public Execute ( ) : bool
return bool

RemoveElem() public method

public RemoveElem ( NodeMif, NM ) : void
NM NodeMif,
return void

Property Details

elemList protected_oe property

protected List elemList
return List