Class OnEnterStateGenerator
Inheritance
OnEnterStateGenerator
Inherited Members
Namespace: Ludiq.Bolt
Syntax
public class OnEnterStateGenerator : ManualEventUnitGenerator<OnEnterState, EmptyEventArgs>, IBehaviourUnitGenerator, IUnitGenerator, IGenerator
Constructors
OnEnterStateGenerator(OnEnterState)
Declaration
public OnEnterStateGenerator(OnEnterState unit)
Parameters
| Type | Name | Description |
|---|---|---|
| OnEnterState | 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.OnEnterState, Ludiq.Bolt.EmptyEventArgs>.GenerateEventHookTargetExpression(Ludiq.Bolt.MethodGeneration)