TriLib
Search Results for

    Show / Hide Table of Contents

    Class GenericAnimationCurve

    Inheritance
    object
    GenericAnimationCurve
    Implements
    IAnimationCurve
    Inherited Members
    object.GetType()
    object.MemberwiseClone()
    object.ToString()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    Namespace: TriLibCore.General
    Assembly: TriLibCore.dll
    Syntax
    public class GenericAnimationCurve : IAnimationCurve

    Constructors

    GenericAnimationCurve()

    Declaration
    public GenericAnimationCurve()

    Properties

    AnimatedType

    Gets/Sets the animated Property Type.

    Declaration
    public Type AnimatedType { get; set; }
    Property Value
    Type Description
    Type

    AnimationCurve

    Gets/Sets the Animation Curve Keyframes.

    Declaration
    public AnimationCurve AnimationCurve { get; set; }
    Property Value
    Type Description
    AnimationCurve

    Property

    Gets/Sets the animated Property name.

    Declaration
    public string Property { get; set; }
    Property Value
    Type Description
    string

    TangentMode

    Declaration
    public TangentMode TangentMode { get; set; }
    Property Value
    Type Description
    TangentMode

    Implements

    IAnimationCurve

    Extension Methods

    IObjectExtensions.TryToDispose<T>(object)
    In this article
    Back to top Generated by DocFX