TriLib
Search Results for

    Show / Hide Table of Contents

    Class GenericAnimationCurveBinding

    Inheritance
    object
    GenericAnimationCurveBinding
    Implements
    IAnimationCurveBinding
    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 GenericAnimationCurveBinding : IAnimationCurveBinding

    Constructors

    GenericAnimationCurveBinding()

    Declaration
    public GenericAnimationCurveBinding()

    Properties

    AnimationCurves

    Gets/Sets the Curves connected to the Model.

    Declaration
    public List<IAnimationCurve> AnimationCurves { get; set; }
    Property Value
    Type Description
    List<IAnimationCurve>

    Model

    Gets/Sets the Model connected to this Curve.

    Declaration
    public IModel Model { get; set; }
    Property Value
    Type Description
    IModel

    Implements

    IAnimationCurveBinding

    Extension Methods

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