docs.unity.cn
    Show / Hide Table of Contents

    Class GraphDescriptor

    GraphDescriptor represent the serialized information of a SystemGraph asset. Implements the ScriptableObject

    Inheritance
    Object
    Object
    ScriptableObject
    GraphDescriptor
    Inherited Members
    ScriptableObject.SetDirty()
    ScriptableObject.CreateInstance(String)
    ScriptableObject.CreateInstance(Type)
    ScriptableObject.CreateInstance<T>()
    Object.GetInstanceID()
    Object.GetHashCode()
    Object.Equals(Object)
    Object.Instantiate(Object, Vector3, Quaternion)
    Object.Instantiate(Object, Vector3, Quaternion, Transform)
    Object.Instantiate(Object)
    Object.Instantiate(Object, Transform)
    Object.Instantiate(Object, Transform, Boolean)
    Object.Instantiate<T>(T)
    Object.Instantiate<T>(T, Vector3, Quaternion)
    Object.Instantiate<T>(T, Vector3, Quaternion, Transform)
    Object.Instantiate<T>(T, Transform)
    Object.Instantiate<T>(T, Transform, Boolean)
    Object.Destroy(Object, Single)
    Object.Destroy(Object)
    Object.DestroyImmediate(Object, Boolean)
    Object.DestroyImmediate(Object)
    Object.FindObjectsOfType(Type)
    Object.FindObjectsOfType(Type, Boolean)
    Object.DontDestroyOnLoad(Object)
    Object.DestroyObject(Object, Single)
    Object.DestroyObject(Object)
    Object.FindSceneObjectsOfType(Type)
    Object.FindObjectsOfTypeIncludingAssets(Type)
    Object.FindObjectsOfType<T>()
    UnityEngine.Object.FindObjectsOfType<T>(System.Boolean)
    Object.FindObjectOfType<T>()
    UnityEngine.Object.FindObjectOfType<T>(System.Boolean)
    Object.FindObjectsOfTypeAll(Type)
    Object.FindObjectOfType(Type)
    Object.FindObjectOfType(Type, Boolean)
    Object.ToString()
    Object.name
    Object.hideFlags
    Namespace: Mechatronics.SystemGraph
    Syntax
    public class GraphDescriptor : ScriptableObject

    Fields

    AssetPath

    The asset path

    Declaration
    public string AssetPath
    Field Value
    Type Description
    String

    MapComment

    The map of comments for this graph descriptor

    Declaration
    public Dictionary<string, CommentDescriptor> MapComment
    Field Value
    Type Description
    Dictionary<String, CommentDescriptor>

    MapEdge

    The map of edges for this graph descriptor

    Declaration
    public Dictionary<int, EdgeDescriptor> MapEdge
    Field Value
    Type Description
    Dictionary<Int32, EdgeDescriptor>

    MapGroup

    The map of groups for this graph descriptor

    Declaration
    public Dictionary<string, GroupDescriptor> MapGroup
    Field Value
    Type Description
    Dictionary<String, GroupDescriptor>

    MapMeta

    The map of metadata for this graph descriptor

    Declaration
    public Dictionary<string, MetaDescriptor> MapMeta
    Field Value
    Type Description
    Dictionary<String, MetaDescriptor>

    MapNode

    The map node for this graph descriptor

    Declaration
    public Dictionary<string, NodeDescriptor> MapNode
    Field Value
    Type Description
    Dictionary<String, NodeDescriptor>

    MapParameter

    The map of parameters for this graph descriptor

    Declaration
    public Dictionary<string, ParameterDescriptor> MapParameter
    Field Value
    Type Description
    Dictionary<String, ParameterDescriptor>

    Scheduler

    The scheduler

    Declaration
    public SchedulerDescriptor Scheduler
    Field Value
    Type Description
    SchedulerDescriptor

    SysGraphObject

    The system graph object

    Declaration
    public SystemGraphObject SysGraphObject
    Field Value
    Type Description
    SystemGraphObject

    UpgradedAtLoadTime

    Did the graph get upgraded at load time

    Declaration
    public bool UpgradedAtLoadTime
    Field Value
    Type Description
    Boolean

    See Also

    ScriptableObject
    Back to top Copyright © 2022 Unity Technologies
    Generated by DocFX
    on Tuesday, October 18, 2022
    Terms of use