Class BoltNamedAnimationEventGenerator
Inheritance
BoltNamedAnimationEventGenerator
Inherited Members
EventHandlerUnitGenerator<BoltNamedAnimationEvent, AnimationEvent>.HookFieldAlias(IMemberGeneration)
Namespace: Ludiq.Bolt
Syntax
public class BoltNamedAnimationEventGenerator : ComponentEventUnitGenerator<BoltNamedAnimationEvent, AnimationEvent>, IBehaviourUnitGenerator, IUnitGenerator, IGenerator
Constructors
BoltNamedAnimationEventGenerator(BoltNamedAnimationEvent)
Declaration
public BoltNamedAnimationEventGenerator(BoltNamedAnimationEvent unit)
Parameters
| Type | Name | Description |
|---|---|---|
| BoltNamedAnimationEvent | unit |
Properties
argsParameterName
Declaration
protected override string argsParameterName { get; }
Property Value
| Type | Description |
|---|---|
| String |
Overrides
Ludiq.Bolt.EventHandlerUnitGenerator<Ludiq.Bolt.BoltNamedAnimationEvent, UnityEngine.AnimationEvent>.argsParameterName
invokeMethodName
Declaration
protected override string invokeMethodName { get; }
Property Value
| Type | Description |
|---|---|
| String |
Overrides
Ludiq.Bolt.EventHandlerUnitGenerator<Ludiq.Bolt.BoltNamedAnimationEvent, UnityEngine.AnimationEvent>.invokeMethodName
Methods
DeclarePorts()
Declaration
public override void DeclarePorts()
Overrides
Ludiq.Bolt.EventHandlerUnitGenerator<Ludiq.Bolt.BoltNamedAnimationEvent, UnityEngine.AnimationEvent>.DeclarePorts()
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.BoltNamedAnimationEvent, UnityEngine.AnimationEvent>.GenerateHandlerStatements(Ludiq.Bolt.MethodGeneration)