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