C# 클래스 XNAGraphics.KernelBundle.BasicsBundle.BasicCollection

파일 보기 프로젝트 열기: joseruizjimenez/personal-training-martial-arts 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
components List
identifier string
priority int

공개 메소드들

메소드 설명
BasicCollection ( string identifier ) : System
BasicCollection ( string identifier, int priority, Object components ) : System
add ( Object component ) : void

Adds new object to the collection.

first ( ) : Object
hasNext ( ) : System.Boolean
remove ( Object component ) : void

메소드 상세

BasicCollection() 공개 메소드

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

BasicCollection() 공개 메소드

public BasicCollection ( string identifier, int priority, Object components ) : System
identifier string
priority int
components Object
리턴 System

add() 공개 메소드

Adds new object to the collection.
public add ( Object component ) : void
component Object
리턴 void

first() 공개 메소드

public first ( ) : Object
리턴 Object

hasNext() 공개 메소드

public hasNext ( ) : System.Boolean
리턴 System.Boolean

remove() 공개 메소드

public remove ( Object component ) : void
component Object
리턴 void

프로퍼티 상세

components 공개적으로 프로퍼티

public List components
리턴 List

identifier 공개적으로 프로퍼티

public string identifier
리턴 string

priority 공개적으로 프로퍼티

public int priority
리턴 int