Show / Hide Table of Contents

Class GameObjectTracker

Contains the game object wrapper which contains all its tracked property tags.

Inheritance
object
GameObjectListenerBase
GameObjectTracker
Implements
IGameObjectListener
Inherited Members
GameObjectListenerBase.AddPropertyTag(IPropertyTag)
GameObjectListenerBase.RemovePropertyTag(IPropertyTag)
GameObjectListenerBase.TryGetPropertyTag(string, string)
GameObjectListenerBase.TryGetPropertyTags(IPropertySource, string)
GameObjectListenerBase.TryGetAllPropertyTags(IPropertySource)
GameObjectListenerBase.GetPropertyTags(string)
GameObjectListenerBase.Info
GameObjectListenerBase.IsEmpty
GameObjectListenerBase.PropertyTags
GameObjectListenerBase.GameObject
GameObjectListenerBase.this[string]
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Microsoft.Internal.Studios.Aruba.Infrastructure.Token
Assembly: Aruba.Infrastructure.dll
Syntax
public class GameObjectTracker : GameObjectListenerBase, IGameObjectListener
Remarks

Initializes a new instance of the GameObjectTracker class.

Constructors

View Source

GameObjectTracker(IGameObject)

Contains the game object wrapper which contains all its tracked property tags.

Declaration
public GameObjectTracker(IGameObject gameObject)
Parameters
Type Name Description
IGameObject gameObject

The underlying game object.

Remarks

Initializes a new instance of the GameObjectTracker class.

Properties

View Source

LookupPropertyTags

Gets the collection of lookup properties on this game object.

Declaration
public IEnumerable<IPropertyTag> LookupPropertyTags { get; }
Property Value
Type Description
IEnumerable<IPropertyTag>
View Source

TokenPropertyTag

Gets the token property tag on this game object.

Declaration
public IPropertyTag? TokenPropertyTag { get; }
Property Value
Type Description
IPropertyTag

Implements

Phoenix.GameStateBrowser.PropertyListening.IGameObjectListener
  • View Source
In this article
Back to top Generated by DocFX