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