C# Class NewTOAPIA.Modeling.VisibleSet

Show file Open project: Wiladams/NewTOAPIA

Public Methods

Method Description
Clear ( ) : void
Insert ( Spacial anObject, Effect anEffect ) : void
VisibleSet ( ) : System.Collections.Generic
VisibleSet ( int maxQuantity, int growBy ) : System.Collections.Generic
this ( int i ) : VisibleObject

Private Methods

Method Description
Resize ( int iMaxQuantity, int iGrowBy ) : void

Method Details

Clear() public method

public Clear ( ) : void
return void

Insert() public method

public Insert ( Spacial anObject, Effect anEffect ) : void
anObject Spacial
anEffect Effect
return void

VisibleSet() public method

public VisibleSet ( ) : System.Collections.Generic
return System.Collections.Generic

VisibleSet() public method

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

this() public method

public this ( int i ) : VisibleObject
i int
return VisibleObject