C# Class Godot.IcsEditor.Ui.Events.SomeClassHandler

Exibir arquivo Open project: Slesa/Playground

Public Properties

Property Type Description
MyActionArg string

Public Methods

Method Description
DoEvent ( string value ) : void
MyAction ( string arg ) : void
StaticMethod ( ) : void

Method Details

DoEvent() public method

public DoEvent ( string value ) : void
value string
return void

MyAction() public method

public MyAction ( string arg ) : void
arg string
return void

StaticMethod() public static method

public static StaticMethod ( ) : void
return void

Property Details

MyActionArg public_oe property

public string MyActionArg
return string