C# 클래스 XNAGraphics.ComponentBundle.LayerBundle.LayerCollection

상속: XNAGraphics.KernelBundle.BasicsBundle.BasicCollection
파일 보기 프로젝트 열기: joseruizjimenez/personal-training-martial-arts 1 사용 예제들

공개 메소드들

메소드 설명
LayerCollection ( string identifier ) : System
LayerCollection ( string identifier, int priority ) : System
comparePriority ( Object x, Object y ) : int
get ( string identifier ) : Layer
sortByPriority ( ) : void

Sort layers in collection by layer priority.

메소드 상세

LayerCollection() 공개 메소드

public LayerCollection ( string identifier ) : System
identifier string
리턴 System

LayerCollection() 공개 메소드

public LayerCollection ( string identifier, int priority ) : System
identifier string
priority int
리턴 System

comparePriority() 공개 메소드

public comparePriority ( Object x, Object y ) : int
x Object
y Object
리턴 int

get() 공개 메소드

public get ( string identifier ) : Layer
identifier string
리턴 Layer

sortByPriority() 공개 메소드

Sort layers in collection by layer priority.
public sortByPriority ( ) : void
리턴 void