Class OnButtonInputGenerator
Inheritance
OnButtonInputGenerator
Inherited Members
EventHandlerUnitGenerator<OnButtonInput, EmptyEventArgs>.GenerateHandlerStatements(MethodGeneration)
Namespace: Ludiq.Bolt
Syntax
public class OnButtonInputGenerator : ComponentEventUnitGenerator<OnButtonInput, EmptyEventArgs>, IBehaviourUnitGenerator, IUnitGenerator, IGenerator
Constructors
OnButtonInputGenerator(OnButtonInput)
Declaration
public OnButtonInputGenerator(OnButtonInput unit)
Parameters
| Type | Name | Description | 
|---|---|---|
| OnButtonInput | unit | 
Properties
invokeMethodName
Declaration
protected override string invokeMethodName { get; }
Property Value
| Type | Description | 
|---|---|
| String | 
Overrides
Ludiq.Bolt.EventHandlerUnitGenerator<Ludiq.Bolt.OnButtonInput, Ludiq.Bolt.EmptyEventArgs>.invokeMethodName
Methods
GenerateHandlerStatements(MethodGeneration)
Declaration
protected override IEnumerable<CodeStatement> GenerateHandlerStatements(MethodGeneration method)
Parameters
| Type | Name | Description | 
|---|---|---|
| MethodGeneration | method | 
Returns
| Type | Description | 
|---|---|
| IEnumerable<CodeStatement> | 
Overrides
Ludiq.Bolt.EventHandlerUnitGenerator<Ludiq.Bolt.OnButtonInput, Ludiq.Bolt.EmptyEventArgs>.GenerateHandlerStatements(Ludiq.Bolt.MethodGeneration)