docs.unity.cn
    Show / Hide Table of Contents

    Class PortTypeQuaternion

    Class PortTypeQuaternion. Implements the PortType<T>

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

    Constructors

    PortTypeQuaternion()

    Initializes a new instance of the PortTypeQuaternion class.

    Declaration
    public PortTypeQuaternion()

    PortTypeQuaternion(PortType<Quaternion>)

    Initializes a new instance of the PortTypeQuaternion class.

    Declaration
    public PortTypeQuaternion(PortType<Quaternion> p)
    Parameters
    Type Name Description
    PortType<Quaternion> p

    The p.

    PortTypeQuaternion(Quaternion)

    Initializes a new instance of the PortTypeQuaternion class.

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