Class UnityObject
A class representing an Unity Object.
Inherited Members
Namespace: Microsoft.XboxStudios.GameStateTracker.Unity
Assembly: GameStateTracker.Unity.dll
Syntax
[GameClass("Object")]
public class UnityObject : GenericGameObject, IGameObject, INotifyPropertyChanged, IUnityObject
Remarks
Initializes a new instance of the UnityObject class.
Constructors
View SourceUnityObject(IGameObject)
A class representing an Unity Object.
Declaration
public UnityObject(IGameObject gameObject)
Parameters
Type | Name | Description |
---|---|---|
IGameObject | gameObject | The game object to encapsulate. |
Remarks
Initializes a new instance of the UnityObject class.