docs.unity3d.com
    目次を表示する/隠す

    Class GraphData<TGraph>

    Inheritance
    Object
    GraphData<TGraph>
    FlowGraphData
    StateGraphData
    Namespace: Unity.VisualScripting
    Syntax
    public class GraphData<TGraph> : IGraphData where TGraph : class, IGraph
    Type Parameters
    Name Description
    TGraph

    Constructors

    GraphData(TGraph)

    Declaration
    public GraphData(TGraph definition)
    Parameters
    Type Name Description
    TGraph definition

    Properties

    childrenGraphsData

    Declaration
    protected Dictionary<IGraphParentElement, IGraphData> childrenGraphsData { get; }
    Property Value
    Type Description
    Dictionary<IGraphParentElement, IGraphData>

    definition

    Declaration
    protected TGraph definition { get; }
    Property Value
    Type Description
    TGraph

    elementsData

    Declaration
    protected Dictionary<IGraphElementWithData, IGraphElementData> elementsData { get; }
    Property Value
    Type Description
    Dictionary<IGraphElementWithData, IGraphElementData>

    phantomChildrenGraphsData

    Declaration
    protected Dictionary<Guid, IGraphData> phantomChildrenGraphsData { get; }
    Property Value
    Type Description
    Dictionary<Guid, IGraphData>

    phantomElementsData

    Declaration
    protected Dictionary<Guid, IGraphElementData> phantomElementsData { get; }
    Property Value
    Type Description
    Dictionary<Guid, IGraphElementData>

    Methods

    CreateChildGraphData(IGraphParentElement)

    Declaration
    public IGraphData CreateChildGraphData(IGraphParentElement element)
    Parameters
    Type Name Description
    IGraphParentElement element
    Returns
    Type Description
    IGraphData
    Implements
    IGraphData.CreateChildGraphData(IGraphParentElement)

    CreateElementData(IGraphElementWithData)

    Declaration
    public IGraphElementData CreateElementData(IGraphElementWithData element)
    Parameters
    Type Name Description
    IGraphElementWithData element
    Returns
    Type Description
    IGraphElementData
    Implements
    IGraphData.CreateElementData(IGraphElementWithData)

    FreeChildGraphData(IGraphParentElement)

    Declaration
    public void FreeChildGraphData(IGraphParentElement element)
    Parameters
    Type Name Description
    IGraphParentElement element
    Implements
    IGraphData.FreeChildGraphData(IGraphParentElement)

    FreeElementData(IGraphElementWithData)

    Declaration
    public void FreeElementData(IGraphElementWithData element)
    Parameters
    Type Name Description
    IGraphElementWithData element
    Implements
    IGraphData.FreeElementData(IGraphElementWithData)

    TryGetChildGraphData(IGraphParentElement, out IGraphData)

    Declaration
    public bool TryGetChildGraphData(IGraphParentElement element, out IGraphData data)
    Parameters
    Type Name Description
    IGraphParentElement element
    IGraphData data
    Returns
    Type Description
    Boolean
    Implements
    IGraphData.TryGetChildGraphData(IGraphParentElement, out IGraphData)

    TryGetElementData(IGraphElementWithData, out IGraphElementData)

    Declaration
    public bool TryGetElementData(IGraphElementWithData element, out IGraphElementData data)
    Parameters
    Type Name Description
    IGraphElementWithData element
    IGraphElementData data
    Returns
    Type Description
    Boolean
    Implements
    IGraphData.TryGetElementData(IGraphElementWithData, out IGraphElementData)

    Extension Methods

    XAnalyserProvider.Analyser(Object, IGraphContext)
    XAnalyserProvider.Analyser<TAnalyser>(Object, IGraphContext)
    XAnalyserProvider.Analysis(Object, IGraphContext)
    XAnalyserProvider.Analysis<TAnalysis>(Object, IGraphContext)
    XAnalyserProvider.Analyser(Object, GraphReference)
    XAnalyserProvider.Analyser<TAnalyser>(Object, GraphReference)
    XAnalyserProvider.Analysis(Object, GraphReference)
    XAnalyserProvider.Analysis<TAnalysis>(Object, GraphReference)
    XDescriptorProvider.Describe(Object)
    XDescriptorProvider.HasDescriptor(Object)
    XDescriptorProvider.Descriptor(Object)
    XDescriptorProvider.Descriptor<TDescriptor>(Object)
    XDescriptorProvider.Description(Object)
    XDescriptorProvider.Description<TDescription>(Object)
    Cloning.Clone(Object, ICloner, Boolean)
    Cloning.Clone<T>(T, ICloner, Boolean)
    Cloning.CloneViaFakeSerialization(Object)
    Cloning.CloneViaFakeSerialization<T>(T)
    ConversionUtility.IsConvertibleTo(Object, Type, Boolean)
    ConversionUtility.IsConvertibleTo<T>(Object, Boolean)
    ConversionUtility.ConvertTo(Object, Type)
    ConversionUtility.ConvertTo<T>(Object)
    TypeUtility.ToShortString(Object, Int32)
    Serialization.CloneViaSerialization<T>(T, Boolean)
    Serialization.CloneViaSerializationInto<TSource, TDestination>(TSource, ref TDestination, Boolean)
    Serialization.Serialize(Object, Boolean)
    LinqUtility.Yield<T>(T)
    UnityObjectUtility.IsUnityNull(Object)
    UnityObjectUtility.ToSafeString(Object)
    トップに戻る
    Copyright © 2023 Unity Technologies — 商標と利用規約
    • 法律関連
    • プライバシーポリシー
    • クッキー
    • 私の個人情報を販売または共有しない
    • Your Privacy Choices (Cookie Settings)