Class FakeManagedGameObject
A class representing a fake game object.
Inherited Members
Namespace: Microsoft.XboxStudios.GameStateTracker.Tests.Fakes
Assembly: GameStateTracker.TestFakes.dll
Syntax
[GameClass("Foobar")]
public class FakeManagedGameObject : ManagedGameObject, IGameObject, INotifyPropertyChanged
Remarks
Initializes a new instance of the FakeManagedGameObject class.
Constructors
View SourceFakeManagedGameObject(IGameObject)
A class representing a fake game object.
Declaration
public FakeManagedGameObject(IGameObject gameObject)
Parameters
Type | Name | Description |
---|---|---|
IGameObject | gameObject | The game object to encapsulate. |
Remarks
Initializes a new instance of the FakeManagedGameObject class.
Fields
View SourceBar
Declaration
public string? Bar
Field Value
Type | Description |
---|---|
string |
Properties
View SourceBaz
Declaration
public string? Baz { get; set; }
Property Value
Type | Description |
---|---|
string |
Foo
Declaration
public string? Foo { get; set; }
Property Value
Type | Description |
---|---|
string |
Foobar
Declaration
protected string? Foobar { get; set; }
Property Value
Type | Description |
---|---|
string |