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

    Class IndexerGetMemberDescriptor

    Inheritance
    Object
    Descriptor<IndexerGetMember>
    UnitDescriptor<IndexerGetMember>
    MemberUnitDescriptor<IndexerGetMember>
    IndexerGetMemberDescriptor
    Inherited Members
    MemberUnitDescriptor<IndexerGetMember>.member
    MemberUnitDescriptor<IndexerGetMember>.OnChange(Object, PropertyChangedEventArgs)
    MemberUnitDescriptor<IndexerGetMember>.Name()
    MemberUnitDescriptor<IndexerGetMember>.DefinedTitle()
    MemberUnitDescriptor<IndexerGetMember>.ErrorSurtitle(Exception)
    MemberUnitDescriptor<IndexerGetMember>.ErrorTitle(Exception)
    MemberUnitDescriptor<IndexerGetMember>.DefinedIcon()
    MemberUnitDescriptor<IndexerGetMember>.ErrorIcon(Exception)
    MemberUnitDescriptor<IndexerGetMember>.DefinedSurtitle()
    MemberUnitDescriptor<IndexerGetMember>.DefinedSummary()
    MemberUnitDescriptor<IndexerGetMember>.Warnings()
    UnitDescriptor<IndexerGetMember>.reflectedDescription
    UnitDescriptor<IndexerGetMember>.unitType
    UnitDescriptor<IndexerGetMember>.unit
    UnitDescriptor<IndexerGetMember>.IUnitDescriptor.unit
    UnitDescriptor<IndexerGetMember>.RegisterProperties()
    UnitDescriptor<IndexerGetMember>.StartWatching()
    UnitDescriptor<IndexerGetMember>._showTitle
    UnitDescriptor<IndexerGetMember>._showBigIcon
    UnitDescriptor<IndexerGetMember>._shortTitle
    UnitDescriptor<IndexerGetMember>._surtitle
    UnitDescriptor<IndexerGetMember>._subtitle
    UnitDescriptor<IndexerGetMember>._isEntered
    UnitDescriptor<IndexerGetMember>.showTitle
    UnitDescriptor<IndexerGetMember>.showBigIcon
    UnitDescriptor<IndexerGetMember>.shortTitle
    UnitDescriptor<IndexerGetMember>.surtitle
    UnitDescriptor<IndexerGetMember>.subtitle
    UnitDescriptor<IndexerGetMember>.isEntered
    UnitDescriptor<IndexerGetMember>.ShowTitle()
    UnitDescriptor<IndexerGetMember>.ShowBigIcon()
    UnitDescriptor<IndexerGetMember>.Title()
    UnitDescriptor<IndexerGetMember>.ShortTitle()
    UnitDescriptor<IndexerGetMember>.Surtitle()
    UnitDescriptor<IndexerGetMember>.Subtitle()
    UnitDescriptor<IndexerGetMember>.Summary()
    UnitDescriptor<IndexerGetMember>.Icon()
    UnitDescriptor<IndexerGetMember>.DefinedShowTitle()
    UnitDescriptor<IndexerGetMember>.DefinedShowBigIcon()
    UnitDescriptor<IndexerGetMember>.DefaultTitle()
    UnitDescriptor<IndexerGetMember>.DefaultShortTitle()
    UnitDescriptor<IndexerGetMember>.ErrorShortTitle(Exception)
    UnitDescriptor<IndexerGetMember>.DefaultSurtitle()
    UnitDescriptor<IndexerGetMember>.DefinedSubtitle()
    UnitDescriptor<IndexerGetMember>.DefaultSubtitle()
    UnitDescriptor<IndexerGetMember>.ErrorSubtitle(Exception)
    UnitDescriptor<IndexerGetMember>.DefaultSummary()
    UnitDescriptor<IndexerGetMember>.ErrorSummary(Exception)
    UnitDescriptor<IndexerGetMember>.DefaultIcon()
    UnitDescriptor<IndexerGetMember>.IUnitDescriptor.Port(IUnitPort)
    UnitDescriptor<IndexerGetMember>.IsEntered()
    Descriptor<IndexerGetMember>.target
    Descriptor<IndexerGetMember>.IDescriptor.target
    Descriptor<IndexerGetMember>.Dispose()
    Descriptor<IndexerGetMember>.SetDirty()
    Descriptor<IndexerGetMember>.Validate()
    Descriptor<IndexerGetMember>.Watch(INotifyPropertyChanged)
    Descriptor<IndexerGetMember>.Unwatch(INotifyPropertyChanged)
    Descriptor<IndexerGetMember>.StopWatching()
    Descriptor<IndexerGetMember>.Property<T>(Func<T>, Boolean, Boolean)
    Descriptor<IndexerGetMember>.Property<T>(Func<IEnumerable<T>>, Boolean, Boolean)
    Descriptor<IndexerGetMember>.RegisterProperty(IReactive)
    Descriptor<IndexerGetMember>.propertyChanged
    Descriptor<IndexerGetMember>._title
    Descriptor<IndexerGetMember>._summary
    Descriptor<IndexerGetMember>._icon
    Descriptor<IndexerGetMember>._warnings
    Descriptor<IndexerGetMember>.title
    Descriptor<IndexerGetMember>.summary
    Descriptor<IndexerGetMember>.icon
    Descriptor<IndexerGetMember>.warnings
    Namespace: Ludiq.Bolt
    Syntax
    public class IndexerGetMemberDescriptor : MemberUnitDescriptor<IndexerGetMember>, IDisposable, IUnitDescriptor, IDescriptor

    Constructors

    IndexerGetMemberDescriptor(IndexerGetMember)

    Declaration
    public IndexerGetMemberDescriptor(IndexerGetMember unit)
    Parameters
    Type Name Description
    IndexerGetMember unit

    Properties

    action

    Declaration
    protected override MemberAction action { get; }
    Property Value
    Type Description
    MemberAction
    Overrides
    Ludiq.Bolt.MemberUnitDescriptor<Ludiq.Bolt.IndexerGetMember>.action

    Methods

    DefinedShortTitle()

    Declaration
    protected override string DefinedShortTitle()
    Returns
    Type Description
    String
    Overrides
    Ludiq.Bolt.MemberUnitDescriptor<Ludiq.Bolt.IndexerGetMember>.DefinedShortTitle()

    Port(IUnitPort)

    Declaration
    protected override IUnitPortDescriptor Port(IUnitPort port)
    Parameters
    Type Name Description
    IUnitPort port
    Returns
    Type Description
    IUnitPortDescriptor
    Overrides
    Ludiq.Bolt.UnitDescriptor<Ludiq.Bolt.IndexerGetMember>.Port(Ludiq.Bolt.IUnitPort)

    Extension Methods

    XDescriptorProvider.Descriptor(Object)
    XDescriptorProvider.Descriptor<TDescriptor>(Object)
    XDescriptor.ToGUIContent(IDescriptor, Int32)
    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