docs.unity.cn
    Show / Hide Table of Contents

    Class PortTypeVector3

    Class PortTypeVector3. Implements the PortType<T>

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

    Constructors

    PortTypeVector3()

    Initializes a new instance of the PortTypeVector3 class.

    Declaration
    public PortTypeVector3()

    PortTypeVector3(PortType<Vector3>)

    Initializes a new instance of the PortTypeVector3 class.

    Declaration
    public PortTypeVector3(PortType<Vector3> p)
    Parameters
    Type Name Description
    PortType<Vector3> p

    The p.

    PortTypeVector3(Vector3)

    Initializes a new instance of the PortTypeVector3 class.

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