docs.unity.cn
    Show / Hide Table of Contents

    Class PortTypeAnimationCurve

    Class PortTypeAnimationCurve. Implements the PortType<T>

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

    Constructors

    PortTypeAnimationCurve()

    Initializes a new instance of the PortTypeAnimationCurve class.

    Declaration
    public PortTypeAnimationCurve()

    PortTypeAnimationCurve(PortType<AnimationCurve>)

    Initializes a new instance of the PortTypeAnimationCurve class.

    Declaration
    public PortTypeAnimationCurve(PortType<AnimationCurve> p)
    Parameters
    Type Name Description
    PortType<AnimationCurve> p

    The p.

    See Also

    PortType<T>
    Back to top Copyright © 2022 Unity Technologies
    Generated by DocFX
    on Tuesday, October 18, 2022
    Terms of use