Table of Contents

Class GenericAnimationUtility.TrackList

[Serializable]
public class GenericAnimationUtility.TrackList
Inheritance
GenericAnimationUtility.TrackList
Inherited Members

Fields

Tracks

public List<GenericAnimationUtility.Track> Tracks

Field Value

List<GenericAnimationUtility.Track>

Properties

this[int]

public GenericAnimationUtility.Track this[int index] { get; set; }

Parameters

index int

Property Value

GenericAnimationUtility.Track