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