Home | History | Annotate | Download | only in animation

Lines Matching refs:Track

58     private Track[] tracks;
95 * This method behaves differently for every known track type.
96 * Override this method if you have your own type of track.
113 Track<?> trackInstance = tracks[0];
144 * Set the {@link Track}s to be used by this animation.
146 * The array should be organized so that the appropriate Track can
151 public void setTracks(Track[] tracks){
156 * Returns the tracks set in {@link #setTracks(com.jme3.animation.Track[]) }.
160 public Track[] getTracks() {
202 tracks = new Track[arr.length];