C# Class OperatorNode, csg-toolkit

Inheritance: Node
Show file Open project: dlannan/csg-toolkit Class Usage Examples

Public Properties

Property Type Description
Input1Val GameObject
Input2Val GameObject
type CalcType

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

Input1Val public property

public GameObject Input1Val
return GameObject

Input2Val public property

public GameObject Input2Val
return GameObject

type public property

public CalcType type
return CalcType