docs.unity.cn
    Show / Hide Table of Contents

    Class PortTypeString

    Class PortTypeString. Implements the PortType<T>

    Inheritance
    Object
    IPortType
    PortType<String>
    PortTypeString
    Inherited Members
    PortType<String>.Data
    PortType<String>.CreateFieldBox()
    PortType<String>.TrySetValue(Object)
    PortType<String>.TryGetValue()
    PortType<String>.Synchronize()
    PortType<String>.Propagate(Double)
    PortType<String>.WriteRaw
    PortType<String>.Write
    PortType<String>.ReadRaw
    PortType<String>.Read
    PortType<String>.Ref()
    PortType<String>.SetOnChangeClockRisingEdge(Boolean)
    PortType<String>.ToString()
    PortType<String>.CopyFrom(PortType<String>)
    IPortType.globalId
    IPortType.uniqueId
    IPortType.synchronizeAfterLinking
    IPortType.Clock
    IPortType.ChangeEvent
    IPortType.Batching
    IPortType.SignalBatch
    IPortType.Connected
    IPortType.Driver
    IPortType.SetConnected(Boolean)
    IPortType.SetSynchronizeAfterLinking(Boolean)
    IPortType.SetAsDriver(Object)
    IPortType.BeginBatch()
    IPortType.EndBatch()
    IPortType.TypeNiceName(Type)
    Namespace: Mechatronics.SystemGraph
    Syntax
    [Serializable]
    public class PortTypeString : PortType<string>

    Constructors

    PortTypeString()

    Initializes a new instance of the PortTypeString class.

    Declaration
    public PortTypeString()

    PortTypeString(PortType<String>)

    Initializes a new instance of the PortTypeString class.

    Declaration
    public PortTypeString(PortType<string> p)
    Parameters
    Type Name Description
    PortType<String> p

    The p.

    PortTypeString(String)

    Initializes a new instance of the PortTypeString class.

    Declaration
    public PortTypeString(string defaultValue)
    Parameters
    Type Name Description
    String defaultValue

    The default value.

    See Also

    PortType<T>
    Back to top Copyright © 2022 Unity Technologies
    Generated by DocFX
    on Tuesday, October 18, 2022
    Terms of use