docs.unity3d.com
    Show / Hide Table of Contents

    Class OnButtonInputGenerator

    Inheritance
    Object
    UnitGenerator<OnButtonInput>
    EventHandlerUnitGenerator<OnButtonInput, EmptyEventArgs>
    ComponentEventUnitGenerator<OnButtonInput, EmptyEventArgs>
    OnButtonInputGenerator
    Inherited Members
    ComponentEventUnitGenerator<OnButtonInput, EmptyEventArgs>.GenerateEventHookTargetExpression(MethodGeneration)
    EventHandlerUnitGenerator<OnButtonInput, EmptyEventArgs>.HookFieldAlias(IMemberGeneration)
    EventHandlerUnitGenerator<OnButtonInput, EmptyEventArgs>.HandlerFieldAlias(IMemberGeneration)
    EventHandlerUnitGenerator<OnButtonInput, EmptyEventArgs>.InvokeMethodAlias(IMemberGeneration)
    EventHandlerUnitGenerator<OnButtonInput, EmptyEventArgs>.argsParameterAlias
    EventHandlerUnitGenerator<OnButtonInput, EmptyEventArgs>.argsParameterPort
    EventHandlerUnitGenerator<OnButtonInput, EmptyEventArgs>.argsParameterName
    EventHandlerUnitGenerator<OnButtonInput, EmptyEventArgs>.hookID
    EventHandlerUnitGenerator<OnButtonInput, EmptyEventArgs>.invokeMethodName
    EventHandlerUnitGenerator<OnButtonInput, EmptyEventArgs>.hasArgs
    EventHandlerUnitGenerator<OnButtonInput, EmptyEventArgs>.DeclareMembers(ClassGeneration)
    EventHandlerUnitGenerator<OnButtonInput, EmptyEventArgs>.GenerateArgumentExpression(MethodGeneration, ValueOutput)
    EventHandlerUnitGenerator<OnButtonInput, EmptyEventArgs>.DeclarePorts()
    EventHandlerUnitGenerator<OnButtonInput, EmptyEventArgs>.DeclareArgumentPort(ValueOutput)
    EventHandlerUnitGenerator<OnButtonInput, EmptyEventArgs>.DeclareArgumentPort(ValueOutput, Func<MethodGeneration, CodeVariableReferenceExpression, CodeExpression>)
    EventHandlerUnitGenerator<OnButtonInput, EmptyEventArgs>.DeclareArgumentPort(ValueOutput, Func<CodeVariableReferenceExpression, CodeExpression>)
    EventHandlerUnitGenerator<OnButtonInput, EmptyEventArgs>.GenerateActivateStatements(MethodGeneration)
    EventHandlerUnitGenerator<OnButtonInput, EmptyEventArgs>.GenerateDeactivateStatements(MethodGeneration)
    EventHandlerUnitGenerator<OnButtonInput, EmptyEventArgs>.GenerateArgumentDeclarations(MethodGeneration)
    EventHandlerUnitGenerator<OnButtonInput, EmptyEventArgs>.GenerateHandlerStatements(MethodGeneration)
    UnitGenerator<OnButtonInput>.Alias(IMemberGeneration, String)
    UnitGenerator<OnButtonInput>.camelName
    UnitGenerator<OnButtonInput>.pascalName
    UnitGenerator<OnButtonInput>.unit
    UnitGenerator<OnButtonInput>.IGenerator.target
    UnitGenerator<OnButtonInput>.IUnitGenerator.target
    UnitGenerator<OnButtonInput>.DeclareMembers(ClassGeneration)
    UnitGenerator<OnButtonInput>.GenerateConstructorStatements(ConstructorGeneration)
    UnitGenerator<OnButtonInput>.DeclarePorts()
    UnitGenerator<OnButtonInput>.DeclareControlInput(ControlInput, Func<MethodGeneration, IEnumerable<CodeStatement>>, Func<MethodGeneration, IEnumerable<CodeStatement>>)
    UnitGenerator<OnButtonInput>.DeclareControlInput(ControlInput, Func<MethodGeneration, IEnumerable<CodeStatement>>, ControlOutput)
    UnitGenerator<OnButtonInput>.DeclareValueOutput(ValueOutput, Func<MethodGeneration, CodeExpression>)
    UnitGenerator<OnButtonInput>.DeclareValueOutput(ValueOutput, Func<MethodGeneration, IEnumerable<CodeStatement>>, Func<MethodGeneration, CodeExpression>)
    UnitGenerator<OnButtonInput>.GenerateControlInputBody(MethodGeneration, ControlInput)
    UnitGenerator<OnButtonInput>.GenerateControlInputSuccessor(MethodGeneration, ControlInput)
    UnitGenerator<OnButtonInput>.GenerateValueOutputInit(MethodGeneration, ValueOutput)
    UnitGenerator<OnButtonInput>.GenerateValueOutputExpression(MethodGeneration, ValueOutput)
    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)

    Extension Methods

    XDescriptorProvider.Descriptor(Object)
    XDescriptorProvider.Descriptor<TDescriptor>(Object)
    LiteralUtility.ToLiteralString(Object)
    LiteralUtility.ToLiteralStringOrDefault(Object)
    LiteralUtility.TryToLiteralString(Object, out String)
    Cloning.Clone(Object, ICloner, Boolean)
    Cloning.Clone(Object, ICloner, Boolean, out Dictionary<Object, Object>)
    Cloning.Clone<T>(T, ICloner, Boolean)
    Cloning.Clone<T>(T, ICloner, Boolean, out Dictionary<Object, Object>)
    Cloning.CloneViaSerializationPolicy(Object)
    Cloning.CloneViaSerializationPolicy(Object, out Dictionary<Object, Object>)
    Cloning.CloneViaSerializationPolicy<T>(T)
    Cloning.CloneViaSerializationPolicy<T>(T, out Dictionary<Object, Object>)
    Cloning.CloneInto(Object, ref Object, ICloner, Boolean)
    Cloning.CloneInto(Object, ref Object, ICloner, Boolean, out Dictionary<Object, Object>)
    Cloning.CloneInto<T>(T, ref Object, ICloner, Boolean)
    Cloning.CloneInto<T>(T, ref Object, ICloner, Boolean, out Dictionary<Object, Object>)
    Cloning.CloneIntoViaSerializationPolicy(Object, ref Object)
    Cloning.CloneIntoViaSerializationPolicy(Object, ref Object, out Dictionary<Object, Object>)
    Cloning.CloneIntoViaSerializationPolicy<T>(T, ref Object)
    Cloning.CloneIntoViaSerializationPolicy<T>(T, ref Object, out Dictionary<Object, Object>)
    Cloning.CloneValueType(Object)
    ConversionUtility.ConvertTo<TSource>(TSource, Type)
    ConversionUtility.IsLateConvertibleTo(Object, Type, Boolean)
    ConversionUtility.IsLateConvertibleTo<T>(Object, Boolean)
    ConversionUtility.LateConvertTo(Object, Type)
    ConversionUtility.LateConvertTo<T>(Object)
    ConversionUtility.TryLateConvertTo(Object, Type, out Object, Boolean)
    ConversionUtility.TryLateConvertTo<T>(Object, out T, Boolean)
    TypeUtility.ToShortString(Object, Int32)
    TypeUtility.CastTo<T>(Object)
    Serialization.FullSerialize(Object, Boolean)
    Serialization.OdinSerialize<T>(T, DataFormat)
    Serialization.OdinSerialize<T>(T, ref SerializationData, DataFormat)
    LinqUtility.Yield<T>(T)
    UnityObjectUtility.IsUnityNull(Object)
    UnityObjectUtility.UnityNullCoalesce(Object, Object)
    UnityObjectUtility.ToSafeString(Object)
    XFilterProvider.Filter(Object)
    XFilterProvider.Filter<TFilter>(Object)
    BoltGenerationUtility.GenerateLiteral(Object, IGeneration)
    XGeneratorProvider.Generator(Object, IGeneration)
    XGeneratorProvider.Generator<TGenerator>(Object, IGeneration)
    XGeneratorProvider.HasGenerator(Object, IGeneration)
    XGeneratorProvider.HasGenerator<TGenerator>(Object, IGeneration)
    XGeneratorProvider.TryGetGenerator(Object, out IGenerator, IGeneration)
    XGeneratorProvider.TryGetGenerator<TGenerator>(Object, IGeneration, out TGenerator)
    HybridConversionUtility.ConvertTo(Object, HybridType, HybridType)
    HybridConversionUtility.IsLateConvertibleTo(Object, HybridType, Boolean)
    HybridConversionUtility.LateConvertTo(Object, HybridType)
    HybridConversionUtility.TryLateConvertTo(Object, HybridType, out Object, Boolean)
    HybridTypeUtility.GetHybridType(Object)
    IsUtility.Is<TO, TC>(TO, out TC)
    PrivateReflectionUsingDynamicExtensions.AsDynamic(Object)
    JsonWriter.ToJson(Object)
    Back to top
    Terms of use
    Copyright © 2023 Unity Technologies — Terms of use
    • Legal
    • Privacy Policy
    • Cookies
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)
    "Unity", Unity logos, and other Unity trademarks are trademarks or registered trademarks of Unity Technologies or its affiliates in the U.S. and elsewhere (more info here). Other names or brands are trademarks of their respective owners.
    Generated by DocFX on 18 October 2023