docs.unity.cn
    Show / Hide Table of Contents

    Class PortTypeVector4

    Class PortTypeVector4. Implements the PortType<T>

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

    Constructors

    PortTypeVector4()

    Initializes a new instance of the PortTypeVector4 class.

    Declaration
    public PortTypeVector4()

    PortTypeVector4(PortType<Vector4>)

    Initializes a new instance of the PortTypeVector4 class.

    Declaration
    public PortTypeVector4(PortType<Vector4> p)
    Parameters
    Type Name Description
    PortType<Vector4> p

    The p.

    PortTypeVector4(Vector4)

    Initializes a new instance of the PortTypeVector4 class.

    Declaration
    public PortTypeVector4(Vector4 defaultValue)
    Parameters
    Type Name Description
    Vector4 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