docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Class SystemGraphData

    Class SystemGraphData represents the serialized data in the SystemGraph Asset file. Implements the IEquatable<T>

    Inheritance
    object
    SystemGraphData
    Implements
    IEquatable<SystemGraphData>
    Inherited Members
    object.ToString()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    Namespace: Mechatronics.SystemGraph
    Assembly: solution.dll
    Syntax
    [Serializable]
    public class SystemGraphData : IEquatable<SystemGraphData>

    Fields

    Name Description
    kFileVersion

    Current File version

    userData

    Associated user data

    Properties

    Name Description
    FileVersion

    Gets or sets the file version.

    SerializedComments

    Gets the serialized comments.

    SerializedEdges

    Gets the serialized edges.

    SerializedGroups

    Gets the serialized groups.

    SerializedMeta

    Gets the serialized meta.

    SerializedNodes

    Gets the serialized nodes.

    SerializedParameters

    Gets the serialized parameters.

    SerializedScheduler

    Gets or sets the serialized scheduler.

    Methods

    Name Description
    CheckUpgrade()

    Checks for Upgrades

    Clone()

    Clones this instance.

    Equals(SystemGraphData)

    Determine if other object is equal.

    See Also

    IEquatable<T>
    In This Article
    Back to top
    Copyright © 2024 Unity Technologies — Trademarks and terms of use
    • Legal
    • Privacy Policy
    • Cookie Policy
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)