C# Class OutputNode, csg-toolkit

Inheritance: INode
ファイルを表示 Open project: dlannan/csg-toolkit Class Usage Examples

Public Properties

Property Type Description
value GameObject,

Public Methods

Method Description
Calculate ( ) : bool
Create ( Vector2, pos ) : Node,
NodeGUI ( ) : void

Method Details

Calculate() public method

public Calculate ( ) : bool
return bool

Create() public method

public Create ( Vector2, pos ) : Node,
pos Vector2,
return Node,

NodeGUI() public method

public NodeGUI ( ) : void
return void

Property Details

value public_oe property

public GameObject, value
return GameObject,