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