TriLib
Search Results for

    Show / Hide Table of Contents

    Class AnimationExtensions

    Represents a series of Animation extension methods.

    Inheritance
    object
    AnimationExtensions
    Inherited Members
    object.GetType()
    object.MemberwiseClone()
    object.ToString()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    Namespace: TriLibCore.Extensions
    Assembly: TriLibCore.dll
    Syntax
    public static class AnimationExtensions

    Methods

    GetAllAnimationClips(Animation)

    Gets all Animation Clips from the given Animation Component.

    Declaration
    public static List<AnimationClip> GetAllAnimationClips(this Animation animation)
    Parameters
    Type Name Description
    Animation animation

    The Animation Component containing the Animation Clips.

    Returns
    Type Description
    List<AnimationClip>

    The animation clips from the given animation component.

    In this article
    Back to top Generated by DocFX