C# Class ItemNode, Killing-Game

Inheritance: MemoryNode
Show file Open project: SNUGDC/Killing-Game Class Usage Examples

Public Methods

Method Description
Apply ( ) : void
Create ( Rect NodeRect ) : ItemNode,
DrawNode ( ) : void

Method Details

Apply() public method

public Apply ( ) : void
return void

Create() public static method

public static Create ( Rect NodeRect ) : ItemNode,
NodeRect Rect
return ItemNode,

DrawNode() public method

public DrawNode ( ) : void
return void