docs.unity3d.com
    Show / Hide Table of Contents

    Class PortTypeCurveSampleQuaternion

    Provide a port type to send a sampled curve signal in SystemGraph.

    Inheritance
    Object
    IPortType
    PortType<CurveSampleQuaternion>
    PortTypeCurveSampleQuaternion
    Inherited Members
    PortType<CurveSampleQuaternion>.Data
    PortType<CurveSampleQuaternion>.ReadFilters
    PortType<CurveSampleQuaternion>.WriteFilters
    PortType<CurveSampleQuaternion>.CreateFieldBox()
    PortType<CurveSampleQuaternion>.TrySetValue(Object)
    PortType<CurveSampleQuaternion>.TryGetValue()
    PortType<CurveSampleQuaternion>.Synchronize()
    PortType<CurveSampleQuaternion>.Propagate(Double)
    PortType<CurveSampleQuaternion>.Ref()
    PortType<CurveSampleQuaternion>.SetOnChangeClockRisingEdge(Boolean)
    PortType<CurveSampleQuaternion>.ToString()
    PortType<CurveSampleQuaternion>.CopyFrom(PortType<CurveSampleQuaternion>)
    PortType<CurveSampleQuaternion>.WriteRaw
    PortType<CurveSampleQuaternion>.Write
    PortType<CurveSampleQuaternion>.ReadRaw
    PortType<CurveSampleQuaternion>.Read
    IPortType.globalId
    IPortType.uniqueId
    IPortType.synchronizeAfterLinking
    IPortType.Batching
    IPortType.SignalBatch
    IPortType.SetConnected(Boolean)
    IPortType.SetSynchronizeAfterLinking(Boolean)
    IPortType.SetAsDriver(Object)
    Mechatronics.SystemGraph.IPortType.OnRefreshInspectorView(UnityEditor.SerializedObject, UnityEngine.GameObject)
    IPortType.BeginBatch()
    IPortType.EndBatch()
    IPortType.TypeNiceName(Type)
    IPortType.Clock
    IPortType.ChangeEvent
    IPortType.Connected
    IPortType.Driver
    Namespace: Mechatronics.SystemGraph
    Syntax
    public class PortTypeCurveSampleQuaternion : PortType<CurveSampleQuaternion>

    Constructors

    PortTypeCurveSampleQuaternion()

    Instantiate the sampled curve port.

    Declaration
    public PortTypeCurveSampleQuaternion()

    PortTypeCurveSampleQuaternion(List<Quaternion>, Single, Single)

    Build an empty sampled curve.

    Declaration
    public PortTypeCurveSampleQuaternion(List<Quaternion> data, float startTime, float endTime)
    Parameters
    Type Name Description
    List<Quaternion> data

    not used.

    Single startTime

    not used.

    Single endTime

    not used.

    Back to top
    Terms of use
    Copyright © 2023 Unity Technologies — Terms of use
    • Legal
    • Privacy Policy
    • Cookies
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)
    "Unity", Unity logos, and other Unity trademarks are trademarks or registered trademarks of Unity Technologies or its affiliates in the U.S. and elsewhere (more info here). Other names or brands are trademarks of their respective owners.
    Generated by DocFX on 18 October 2023