Class OnMouseExitGenerator | Bolt Visual Scripting | 1.4.12
docs.unity3d.com
    Show / Hide Table of Contents

    Class OnMouseExitGenerator

    Inheritance
    Object
    UnitGenerator<OnMouseExit>
    EventHandlerUnitGenerator<OnMouseExit, EmptyEventArgs>
    GameObjectEventUnitGenerator<OnMouseExit, EmptyEventArgs>
    OnMouseExitGenerator
    Inherited Members
    GameObjectEventUnitGenerator<OnMouseExit, EmptyEventArgs>.GenerateEventHookTargetExpression(MethodGeneration)
    GameObjectEventUnitGenerator<OnMouseExit, EmptyEventArgs>.GenerateActivateStatements(MethodGeneration)
    EventHandlerUnitGenerator<OnMouseExit, EmptyEventArgs>.HookFieldAlias(IMemberGeneration)
    EventHandlerUnitGenerator<OnMouseExit, EmptyEventArgs>.HandlerFieldAlias(IMemberGeneration)
    EventHandlerUnitGenerator<OnMouseExit, EmptyEventArgs>.InvokeMethodAlias(IMemberGeneration)
    EventHandlerUnitGenerator<OnMouseExit, EmptyEventArgs>.argsParameterAlias
    EventHandlerUnitGenerator<OnMouseExit, EmptyEventArgs>.argsParameterPort
    EventHandlerUnitGenerator<OnMouseExit, EmptyEventArgs>.argsParameterName
    EventHandlerUnitGenerator<OnMouseExit, EmptyEventArgs>.hookID
    EventHandlerUnitGenerator<OnMouseExit, EmptyEventArgs>.invokeMethodName
    EventHandlerUnitGenerator<OnMouseExit, EmptyEventArgs>.hasArgs
    EventHandlerUnitGenerator<OnMouseExit, EmptyEventArgs>.DeclareMembers(ClassGeneration)
    EventHandlerUnitGenerator<OnMouseExit, EmptyEventArgs>.GenerateArgumentExpression(MethodGeneration, ValueOutput)
    EventHandlerUnitGenerator<OnMouseExit, EmptyEventArgs>.DeclarePorts()
    EventHandlerUnitGenerator<OnMouseExit, EmptyEventArgs>.DeclareArgumentPort(ValueOutput)
    EventHandlerUnitGenerator<OnMouseExit, EmptyEventArgs>.DeclareArgumentPort(ValueOutput, Func<MethodGeneration, CodeVariableReferenceExpression, CodeExpression>)
    EventHandlerUnitGenerator<OnMouseExit, EmptyEventArgs>.DeclareArgumentPort(ValueOutput, Func<CodeVariableReferenceExpression, CodeExpression>)
    EventHandlerUnitGenerator<OnMouseExit, EmptyEventArgs>.GenerateDeactivateStatements(MethodGeneration)
    EventHandlerUnitGenerator<OnMouseExit, EmptyEventArgs>.GenerateArgumentDeclarations(MethodGeneration)
    EventHandlerUnitGenerator<OnMouseExit, EmptyEventArgs>.GenerateHandlerStatements(MethodGeneration)
    UnitGenerator<OnMouseExit>.Alias(IMemberGeneration, String)
    UnitGenerator<OnMouseExit>.camelName
    UnitGenerator<OnMouseExit>.pascalName
    UnitGenerator<OnMouseExit>.unit
    UnitGenerator<OnMouseExit>.IGenerator.target
    UnitGenerator<OnMouseExit>.IUnitGenerator.target
    UnitGenerator<OnMouseExit>.DeclareMembers(ClassGeneration)
    UnitGenerator<OnMouseExit>.GenerateConstructorStatements(ConstructorGeneration)
    UnitGenerator<OnMouseExit>.DeclarePorts()
    UnitGenerator<OnMouseExit>.DeclareControlInput(ControlInput, Func<MethodGeneration, IEnumerable<CodeStatement>>, Func<MethodGeneration, IEnumerable<CodeStatement>>)
    UnitGenerator<OnMouseExit>.DeclareControlInput(ControlInput, Func<MethodGeneration, IEnumerable<CodeStatement>>, ControlOutput)
    UnitGenerator<OnMouseExit>.DeclareValueOutput(ValueOutput, Func<MethodGeneration, CodeExpression>)
    UnitGenerator<OnMouseExit>.DeclareValueOutput(ValueOutput, Func<MethodGeneration, IEnumerable<CodeStatement>>, Func<MethodGeneration, CodeExpression>)
    UnitGenerator<OnMouseExit>.GenerateControlInputBody(MethodGeneration, ControlInput)
    UnitGenerator<OnMouseExit>.GenerateControlInputSuccessor(MethodGeneration, ControlInput)
    UnitGenerator<OnMouseExit>.GenerateValueOutputInit(MethodGeneration, ValueOutput)
    UnitGenerator<OnMouseExit>.GenerateValueOutputExpression(MethodGeneration, ValueOutput)
    Namespace: Ludiq.Bolt
    Syntax
    public class OnMouseExitGenerator : GameObjectEventUnitGenerator<OnMouseExit, EmptyEventArgs>, IBehaviourUnitGenerator, IUnitGenerator, IGenerator

    Constructors

    OnMouseExitGenerator(OnMouseExit)

    Declaration
    public OnMouseExitGenerator(OnMouseExit unit)
    Parameters
    Type Name Description
    OnMouseExit unit

    Extension Methods

    XDescriptorProvider.Descriptor(Object)
    XDescriptorProvider.Descriptor<TDescriptor>(Object)
    LiteralUtility.ToLiteralString(Object)
    LiteralUtility.ToLiteralStringOrDefault(Object)
    LiteralUtility.TryToLiteralString(Object, out String)
    XFilterProvider.Filter(Object)
    XFilterProvider.Filter<TFilter>(Object)
    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 OdinSerializer.SerializationData, DataFormat)
    LinqUtility.Yield<T>(T)
    UnityObjectUtility.IsUnityNull(Object)
    UnityObjectUtility.UnityNullCoalesce(Object, Object)
    UnityObjectUtility.ToSafeString(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 Copyright © 2020 Unity Technologies
    Generated by DocFX