Show / Hide Table of Contents

Class FakeGameObjectSubclass

A class representing a fake subclass of a game object.

Inheritance
object
GenericGameObject
FakeGameObject
FakeGameObjectSubclass
Implements
IGameObject
INotifyPropertyChanged
Inherited Members
GenericGameObject.PropertyChanged
GenericGameObject.Name
GenericGameObject.Info
GenericGameObject.GameState
GenericGameObject.Properties
GenericGameObject.this[string]
GenericGameObject.Equals(object)
GenericGameObject.GetHashCode()
GenericGameObject.ToString()
GenericGameObject.OnGameObjectPropertyChanged(object, PropertyChangedEventArgs)
object.Equals(object, object)
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
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 Source

FakeGameObjectSubclass(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.

Implements

IGameObject
INotifyPropertyChanged

Extension Methods

IGameObjectExtensions.ClassName(IGameObject)
IGameObjectExtensions.InfoEquals(IGameObject, IGameObject?)
IGameObjectExtensions.InfoEquals(IGameObject, in ObjectInfo)
IGameObjectExtensions.ObjectName(IGameObject)
IGameObjectExtensions.Matches(IGameObject, IClassManager, in ObjectInfo)
  • View Source
In this article
Back to top Generated by DocFX