C# Class Autowire.Attributes.OnReadyAttribute

Inheritance: Attribute
Show file Open project: m50/Godot-CSharp-Autowire

Public Properties

Property Type Description
v object

Public Methods

Method Description
CallMethod ( MethodInfo m, Node node ) : void
OnReadyAttribute ( object value = null ) : Godot
SetProp ( PropertyInfo p, Node node ) : void

Method Details

CallMethod() public method

public CallMethod ( MethodInfo m, Node node ) : void
m MethodInfo
node Node
return void

OnReadyAttribute() public method

public OnReadyAttribute ( object value = null ) : Godot
value object
return Godot

SetProp() public method

public SetProp ( PropertyInfo p, Node node ) : void
p PropertyInfo
node Node
return void

Property Details

v public property

public object v
return object