docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Constructor Curve

    Curve(AnimationCurve, Allocator)

    Declaration
    public Curve(AnimationCurve c, Allocator alloc)
    Parameters
    Type Name Description
    AnimationCurve c
    Allocator alloc

    Curve(int, Allocator)

    Declaration
    public Curve(int size, Allocator alloc)
    Parameters
    Type Name Description
    int size
    Allocator alloc

    Curve(Keyframe[], Allocator)

    Declaration
    public Curve(Keyframe[] keyframes, Allocator alloc)
    Parameters
    Type Name Description
    Keyframe[] keyframes
    Allocator alloc

    Curve(NativeArray<Keyframe>, Allocator)

    Declaration
    public Curve(NativeArray<Keyframe> keyframes, Allocator alloc)
    Parameters
    Type Name Description
    NativeArray<Keyframe> keyframes
    Allocator alloc

    Curve(NativeArray<Keyframe>)

    Declaration
    public Curve(NativeArray<Keyframe> keyframes)
    Parameters
    Type Name Description
    NativeArray<Keyframe> keyframes

    Curve(Curve)

    Declaration
    public Curve(Curve other)
    Parameters
    Type Name Description
    Curve other

    Curve(Curve, Allocator)

    Declaration
    public Curve(Curve other, Allocator alloc)
    Parameters
    Type Name Description
    Curve other
    Allocator alloc
    In This Article
    Back to top
    Copyright © 2024 Unity Technologies — Trademarks and terms of use
    • Legal
    • Privacy Policy
    • Cookie Policy
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)