Toggle navigation
Hot Examples
IT
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Cerca
Home
invertika_game
Game
ObjectBucket
C# Class invertika_game.Game.ObjectBucket
Mostra file
Open project: Invertika/server
Class Usage Examples
Public Properties
Property
Type
Description
objects
invertika_game.Game.Actor[]
Public Methods
Method
Description
ObjectBucket
( ) :
System
allocate
( ) :
int
deallocate
(
int
i
) :
void
Method Details
ObjectBucket()
public
method
public
ObjectBucket
( ) :
System
return
System
allocate()
public
method
public
allocate
( ) :
int
return
int
deallocate()
public
method
public
deallocate
(
int
i
) :
void
i
int
return
void
Property Details
objects
public_oe property
public
Actor[],invertika_game.Game
objects
return
invertika_game.Game.Actor[]