C# Class MyNodes.Nodes.Custom.UiStateSwitchNode

Inheritance: UiNode
显示文件 Open project: derwish-pro/MyNodes.NET

Public Methods

Method Description
GetNodeDescription ( ) : string
Loop ( ) : void
OnInputChange ( Input input ) : void
SetSettings ( string>.Dictionary data ) : bool
SetValues ( string>.Dictionary values ) : bool
UiStateSwitchNode ( ) : System

Method Details

GetNodeDescription() public method

public GetNodeDescription ( ) : string
return string

Loop() public method

public Loop ( ) : void
return void

OnInputChange() public method

public OnInputChange ( Input input ) : void
input Input
return void

SetSettings() public method

public SetSettings ( string>.Dictionary data ) : bool
data string>.Dictionary
return bool

SetValues() public method

public SetValues ( string>.Dictionary values ) : bool
values string>.Dictionary
return bool

UiStateSwitchNode() public method

public UiStateSwitchNode ( ) : System
return System