docs.unity.cn
    Show / Hide Table of Contents

    Class PortTypeBool

    Class PortTypeBool. Implements the PortType<T>

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

    Constructors

    PortTypeBool(PortType<Boolean>)

    Initializes a new instance of the PortTypeBool class.

    Declaration
    public PortTypeBool(PortType<bool> p)
    Parameters
    Type Name Description
    PortType<Boolean> p

    The p.

    PortTypeBool(Boolean)

    Initializes a new instance of the PortTypeBool class.

    Declaration
    public PortTypeBool(bool defaultValue = false)
    Parameters
    Type Name Description
    Boolean defaultValue

    if set to true [default value].

    See Also

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