Class FakeGameObject
A class representing a fake game object.
Inherited Members
Namespace: Microsoft.XboxStudios.GameStateTracker.Tests.Fakes
Assembly: GameStateTracker.TestFakes.dll
Syntax
[GameClass("Foo")]
public class FakeGameObject : GenericGameObject, IGameObject, INotifyPropertyChanged
Remarks
Initializes a new instance of the FakeGameObject class.
Constructors
View SourceFakeGameObject(IGameObject)
A class representing a fake game object.
Declaration
public FakeGameObject(IGameObject gameObject)
Parameters
Type | Name | Description |
---|---|---|
IGameObject | gameObject | The game object to encapsulate. |
Remarks
Initializes a new instance of the FakeGameObject class.