C# 클래스 Godot.IcsEditor.Ui.Events.SomeClassHandler

파일 보기 프로젝트 열기: Slesa/Playground

공개 프로퍼티들

프로퍼티 타입 설명
MyActionArg string

공개 메소드들

메소드 설명
DoEvent ( string value ) : void
MyAction ( string arg ) : void
StaticMethod ( ) : void

메소드 상세

DoEvent() 공개 메소드

public DoEvent ( string value ) : void
value string
리턴 void

MyAction() 공개 메소드

public MyAction ( string arg ) : void
arg string
리턴 void

StaticMethod() 공개 정적인 메소드

public static StaticMethod ( ) : void
리턴 void

프로퍼티 상세

MyActionArg 공개적으로 프로퍼티

public string MyActionArg
리턴 string