C# 클래스 FlatRedBall.Graphics.Particle.TimedRemovalRecordListExtensionMethods

파일 보기 프로젝트 열기: vchelaru/FlatRedBall

공개 메소드들

메소드 설명
GetFirstAfterTime ( List list, double value ) : int
InsertSorted ( this list, Sprite sprite, double timeToRemove ) : void
InsertSorted ( this list, TimedRemovalRecord record ) : void

메소드 상세

GetFirstAfterTime() 공개 정적인 메소드

public static GetFirstAfterTime ( List list, double value ) : int
list List
value double
리턴 int

InsertSorted() 공개 정적인 메소드

public static InsertSorted ( this list, Sprite sprite, double timeToRemove ) : void
list this
sprite Sprite
timeToRemove double
리턴 void

InsertSorted() 공개 정적인 메소드

public static InsertSorted ( this list, TimedRemovalRecord record ) : void
list this
record TimedRemovalRecord
리턴 void