Class OnExitStateGenerator
Inheritance
OnExitStateGenerator
Inherited Members
Namespace: Ludiq.Bolt
Syntax
public class OnExitStateGenerator : ManualEventUnitGenerator<OnExitState, EmptyEventArgs>, IBehaviourUnitGenerator, IUnitGenerator, IGenerator
Constructors
OnExitStateGenerator(OnExitState)
Declaration
public OnExitStateGenerator(OnExitState unit)
Parameters
| Type | Name | Description |
|---|---|---|
| OnExitState | unit |
Methods
GenerateEventHookTargetExpression(MethodGeneration)
Declaration
protected override CodeExpression GenerateEventHookTargetExpression(MethodGeneration method)
Parameters
| Type | Name | Description |
|---|---|---|
| MethodGeneration | method |
Returns
| Type | Description |
|---|---|
| CodeExpression |
Overrides
Ludiq.Bolt.EventHandlerUnitGenerator<Ludiq.Bolt.OnExitState, Ludiq.Bolt.EmptyEventArgs>.GenerateEventHookTargetExpression(Ludiq.Bolt.MethodGeneration)