docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Class SerializedParameter

    Class SerializedParameter, represents the parameter data. Implements the VersionedStruct

    Inheritance
    object
    VersionedStruct
    SerializedParameter
    Inherited Members
    VersionedStruct.version
    VersionedStruct.Create<T>(Func<T>)
    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 SerializedParameter : VersionedStruct

    Constructors

    Name Description
    SerializedParameter(SerializedParameter)

    Initializes a new instance of the SerializedParameter class.

    Fields

    Name Description
    Direction

    Direction where this parameter shows up on an embed graph node

    FieldExtra

    Specifies read/write or extra attributes of this parameter

    Guid

    The unique identifier

    Name

    The name

    Type

    The type name of this parameter

    Value

    The serialized string value

    isExposed

    True when this parameter is visible in the inspector

    kVersion

    Current File format version for SerializedParameter

    Properties

    Name Description
    CurrentVersion

    Gets the current version.

    Methods

    Name Description
    CopyFrom(SerializedParameter)

    Copies from.

    Create()

    Creates this instance.

    Equals(SerializedParameter)

    Test for equality with other object.

    See Also

    VersionedStruct
    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)