C# Class FlatRedBall.Graphics.Particle.TimedRemovalRecordListExtensionMethods

Afficher le fichier Open project: vchelaru/FlatRedBall

Méthodes publiques

Méthode Description
GetFirstAfterTime ( List list, double value ) : int
InsertSorted ( this list, Sprite sprite, double timeToRemove ) : void
InsertSorted ( this list, TimedRemovalRecord record ) : void

Method Details

GetFirstAfterTime() public static méthode

public static GetFirstAfterTime ( List list, double value ) : int
list List
value double
Résultat int

InsertSorted() public static méthode

public static InsertSorted ( this list, Sprite sprite, double timeToRemove ) : void
list this
sprite Sprite
timeToRemove double
Résultat void

InsertSorted() public static méthode

public static InsertSorted ( this list, TimedRemovalRecord record ) : void
list this
record TimedRemovalRecord
Résultat void