C# 클래스 MyNodes.Nodes.Custom.UiStateSwitchNode

상속: UiNode
파일 보기 프로젝트 열기: derwish-pro/MyNodes.NET

공개 메소드들

메소드 설명
GetNodeDescription ( ) : string
Loop ( ) : void
OnInputChange ( Input input ) : void
SetSettings ( string>.Dictionary data ) : bool
SetValues ( string>.Dictionary values ) : bool
UiStateSwitchNode ( ) : System

메소드 상세

GetNodeDescription() 공개 메소드

public GetNodeDescription ( ) : string
리턴 string

Loop() 공개 메소드

public Loop ( ) : void
리턴 void

OnInputChange() 공개 메소드

public OnInputChange ( Input input ) : void
input Input
리턴 void

SetSettings() 공개 메소드

public SetSettings ( string>.Dictionary data ) : bool
data string>.Dictionary
리턴 bool

SetValues() 공개 메소드

public SetValues ( string>.Dictionary values ) : bool
values string>.Dictionary
리턴 bool

UiStateSwitchNode() 공개 메소드

public UiStateSwitchNode ( ) : System
리턴 System