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

    Class GetMemberDescriptor

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

    Constructors

    GetMemberDescriptor(GetMember)

    Declaration
    public GetMemberDescriptor(GetMember unit)
    Parameters
    Type Name Description
    GetMember unit

    Properties

    action

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

    Methods

    DefinedShortTitle()

    Declaration
    protected override string DefinedShortTitle()
    Returns
    Type Description
    String
    Overrides
    Ludiq.Bolt.MemberUnitDescriptor<Ludiq.Bolt.GetMember>.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.GetMember>.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