docs.unity.cn
    Show / Hide Table of Contents

    Class PortTypeInt

    Class PortTypeInt. Implements the PortType<T>

    Inheritance
    Object
    IPortType
    PortType<Int32>
    PortTypeInt
    Inherited Members
    PortType<Int32>.Data
    PortType<Int32>.CreateFieldBox()
    PortType<Int32>.TrySetValue(Object)
    PortType<Int32>.TryGetValue()
    PortType<Int32>.Synchronize()
    PortType<Int32>.Propagate(Double)
    PortType<Int32>.WriteRaw
    PortType<Int32>.Write
    PortType<Int32>.ReadRaw
    PortType<Int32>.Read
    PortType<Int32>.Ref()
    PortType<Int32>.SetOnChangeClockRisingEdge(Boolean)
    PortType<Int32>.ToString()
    PortType<Int32>.CopyFrom(PortType<Int32>)
    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 PortTypeInt : PortType<int>

    Constructors

    PortTypeInt(PortType<Int32>)

    Initializes a new instance of the PortTypeInt class.

    Declaration
    public PortTypeInt(PortType<int> p)
    Parameters
    Type Name Description
    PortType<Int32> p

    The p.

    PortTypeInt(Int32)

    Initializes a new instance of the PortTypeInt class.

    Declaration
    public PortTypeInt(int defaultValue = 0)
    Parameters
    Type Name Description
    Int32 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