docs.unity.cn
    Show / Hide Table of Contents

    Class PortTypeFloat

    Class PortTypeFloat. Implements the PortType<T>

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

    Constructors

    PortTypeFloat()

    Initializes a new instance of the PortTypeFloat class.

    Declaration
    public PortTypeFloat()

    PortTypeFloat(PortType<Single>)

    Initializes a new instance of the PortTypeFloat class.

    Declaration
    public PortTypeFloat(PortType<float> p)
    Parameters
    Type Name Description
    PortType<Single> p

    The p.

    PortTypeFloat(Single)

    Initializes a new instance of the PortTypeFloat class.

    Declaration
    public PortTypeFloat(float defaultValue = 0F)
    Parameters
    Type Name Description
    Single 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