C# Class FlatRedBall.Instructions.TimedKeyframeList

A list of timed keyframes which can be used to play an animation.
Inheritance: INameable
显示文件 Open project: vchelaru/FlatRedBall Class Usage Examples

Public Methods

Method Description
SortEndTimeAscending ( List keyframeList ) : void
SortTimeToExecuteAscending ( List keyframeList ) : void
TimedKeyframeList ( KeyframeList keyframeList, string targetName ) : System

Private Methods

Method Description
CompareEndTime ( TimedKeyframeList first, TimedKeyframeList second ) : int
CompareStartingTime ( TimedKeyframeList first, TimedKeyframeList second ) : int

Method Details

SortEndTimeAscending() public static method

public static SortEndTimeAscending ( List keyframeList ) : void
keyframeList List
return void

SortTimeToExecuteAscending() public static method

public static SortTimeToExecuteAscending ( List keyframeList ) : void
keyframeList List
return void

TimedKeyframeList() public method

public TimedKeyframeList ( KeyframeList keyframeList, string targetName ) : System
keyframeList KeyframeList
targetName string
return System