TriLib
Search Results for

    Show / Hide Table of Contents

    Interface IAnimationCurveBinding

    Represents a TriLib Animation Curve Binding (the connection between Models and Animation Curves).

    Namespace: TriLibCore.Interfaces
    Assembly: TriLibCore.dll
    Syntax
    public interface IAnimationCurveBinding

    Properties

    AnimationCurves

    Gets/Sets the Curves connected to the Model.

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

    Model

    Gets/Sets the Model connected to this Curve.

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

    Extension Methods

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