C# Class Pokemon3D.Scripting.ObjectBuffer

The object buffer assigns Ids to object instances and stores them so they can be retrieved by their Ids.
Show file Open project: nilllzz/Pokemon3D Class Usage Examples

Private Methods

Method Description
GetObject ( int id ) : object
GetObjectId ( object obj ) : int
HasObject ( int id ) : bool