Interface IGameObjectCache
An interface for caching game objects according to class name and object name.
Inherited Members
Namespace: Microsoft.XboxStudios.GameStateTracker.Cache
Assembly: GameStateTracker.Abstractions.dll
Syntax
public interface IGameObjectCache : IClassObjectCache<ObjectInfo, IGameObject>, IObjectCache<ObjectInfo, IGameObject>, ICollection<IGameObject>, IEnumerable<IGameObject>, IDictionary<ObjectInfo, IGameObject>, ICollection<KeyValuePair<ObjectInfo, IGameObject>>, IEnumerable<KeyValuePair<ObjectInfo, IGameObject>>, IEnumerable, IQueryResultConsumer<IGameObject>
Events
View SourceOnObjectCreated
An event which fires when new query results cause an object to be created.
Declaration
event EventHandler<IGameObject> OnObjectCreated
Event Type
Type | Description |
---|---|
EventHandler<IGameObject> |