docs.unity3d.com
    Show / Hide Table of Contents

    Class StateClassGraph

    Inheritance
    Object
    Graph
    StateGraph
    StateClassGraph
    StateBehaviour
    Inherited Members
    StateGraph.CreateData()
    StateGraph.states
    StateGraph.transitions
    StateGraph.groups
    StateGraph.Start(Flow)
    StateGraph.Stop(Flow)
    Graph.guid
    Graph.OnInstantiated(GraphReference)
    Graph.OnUninstantiating(GraphReference)
    Graph.elements
    Graph.title
    Graph.summary
    Graph.icon
    Graph.pan
    Graph.zoom
    Graph.deserializationDependencies
    Graph.OnBeforeSerialize()
    Graph.OnAfterDeserialize()
    Graph.OnAfterDependenciesDeserialized()
    Graph.PropertyChanged
    Graph.StructureChanged
    Graph.OnStructureChanged(Boolean)
    Graph.OnPropertyChanged(Object, PropertyChangedEventArgs)
    Graph.OnPropertyChanged(String)
    Graph.OnElementsChanged(Object, NotifyCollectionChangedEventArgs)
    Graph.ToString()
    Graph.Prewarm()
    Graph.Dispose()
    Graph.IsDisposed
    Namespace: Ludiq.Bolt
    Syntax
    public abstract class StateClassGraph : StateGraph, IBoltClassGraph, IGraph, IPrewarmable, ISerializationDepender, ISerializationDependency, ISerializationCallbackReceiver, IBoltMember, IObservableDisposable, IDisposable, IIdentifiable, INotifyPropertyChanged, INotifiedCollectionChild<BoltType>, ICollectionChild<BoltType>

    Properties

    createInstanceOnClass

    Declaration
    public abstract bool createInstanceOnClass { get; }
    Property Value
    Type Description
    Boolean
    Implements
    IBoltClassGraph.createInstanceOnClass

    isPublic

    Declaration
    [DoNotSerialize]
    protected abstract bool isPublic { get; }
    Property Value
    Type Description
    Boolean

    parentClass

    Declaration
    [DoNotSerialize]
    public BoltClass parentClass { get; }
    Property Value
    Type Description
    BoltClass

    Methods

    AfterAdd(BoltClass)

    Declaration
    protected virtual void AfterAdd(BoltClass class)
    Parameters
    Type Name Description
    BoltClass class

    AfterRemove(BoltClass)

    Declaration
    protected virtual void AfterRemove(BoltClass class)
    Parameters
    Type Name Description
    BoltClass class

    BeforeAdd(BoltClass)

    Declaration
    protected virtual void BeforeAdd(BoltClass class)
    Parameters
    Type Name Description
    BoltClass class

    BeforeRemove(BoltClass)

    Declaration
    protected virtual void BeforeRemove(BoltClass class)
    Parameters
    Type Name Description
    BoltClass class

    ChangeGuid(ref Guid, Guid)

    Declaration
    protected override void ChangeGuid(ref Guid guid, Guid newGuid)
    Parameters
    Type Name Description
    Guid guid
    Guid newGuid
    Overrides
    Graph.ChangeGuid(ref Guid, Guid)

    Explicit Interface Implementations

    IBoltClassGraph.parent

    Declaration
    BoltClass IBoltClassGraph.parent { get; }
    Returns
    Type Description
    BoltClass
    Implements
    IBoltClassGraph.parent

    IBoltMember.isPublic

    Declaration
    [DoNotSerialize]
    bool IBoltMember.isPublic { get; }
    Returns
    Type Description
    Boolean
    Implements
    IBoltMember.isPublic

    IBoltMember.name

    Declaration
    string IBoltMember.name { get; set; }
    Returns
    Type Description
    String
    Implements
    IBoltMember.name

    ICollectionChild<BoltType>.parent

    Declaration
    BoltType ICollectionChild<BoltType>.parent { get; set; }
    Returns
    Type Description
    BoltType
    Implements
    ICollectionChild<TParent>.parent

    INotifiedCollectionChild<BoltType>.AfterAdd(BoltType)

    Declaration
    void INotifiedCollectionChild<BoltType>.AfterAdd(BoltType type)
    Parameters
    Type Name Description
    BoltType type
    Implements
    INotifiedCollectionChild<TParent>.AfterAdd(TParent)

    INotifiedCollectionChild<BoltType>.AfterRemove(BoltType)

    Declaration
    void INotifiedCollectionChild<BoltType>.AfterRemove(BoltType type)
    Parameters
    Type Name Description
    BoltType type
    Implements
    INotifiedCollectionChild<TParent>.AfterRemove(TParent)

    INotifiedCollectionChild<BoltType>.BeforeAdd(BoltType)

    Declaration
    void INotifiedCollectionChild<BoltType>.BeforeAdd(BoltType type)
    Parameters
    Type Name Description
    BoltType type
    Implements
    INotifiedCollectionChild<TParent>.BeforeAdd(TParent)

    INotifiedCollectionChild<BoltType>.BeforeRemove(BoltType)

    Declaration
    void INotifiedCollectionChild<BoltType>.BeforeRemove(BoltType type)
    Parameters
    Type Name Description
    BoltType type
    Implements
    INotifiedCollectionChild<TParent>.BeforeRemove(TParent)

    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)
    XObservableDisposable.EnsureNotDisposed(IObservableDisposable)
    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)
    XBoltClassGraph.TryGetClassGraph(IGraph, out IBoltClassGraph)
    XBoltClassGraph.GetClassGraph(IGraph)
    XBoltClassGraph.GetClassGraphOrDefault(IGraph)
    XBoltClassGraph.TryGetClass(IGraph, out BoltClass)
    XBoltClassGraph.GetClass(IGraph)
    XBoltClassGraph.GetClassOrDefault(IGraph)
    XBoltClassGraph.TryGetClassReference(IGraph, out GraphReference)
    XBoltClassGraph.GetClassReference(IGraph)
    XBoltClassGraph.GetClassReferenceOrDefault(IGraph)
    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