C# 클래스 NewTOAPIA.Modeling.VisibleSet

파일 보기 프로젝트 열기: Wiladams/NewTOAPIA

공개 메소드들

메소드 설명
Clear ( ) : void
Insert ( Spacial anObject, Effect anEffect ) : void
VisibleSet ( ) : System.Collections.Generic
VisibleSet ( int maxQuantity, int growBy ) : System.Collections.Generic
this ( int i ) : VisibleObject

비공개 메소드들

메소드 설명
Resize ( int iMaxQuantity, int iGrowBy ) : void

메소드 상세

Clear() 공개 메소드

public Clear ( ) : void
리턴 void

Insert() 공개 메소드

public Insert ( Spacial anObject, Effect anEffect ) : void
anObject Spacial
anEffect Effect
리턴 void

VisibleSet() 공개 메소드

public VisibleSet ( ) : System.Collections.Generic
리턴 System.Collections.Generic

VisibleSet() 공개 메소드

public VisibleSet ( int maxQuantity, int growBy ) : System.Collections.Generic
maxQuantity int
growBy int
리턴 System.Collections.Generic

this() 공개 메소드

public this ( int i ) : VisibleObject
i int
리턴 VisibleObject