Show / Hide Table of Contents

Interface IPropertyTrackManager

Defines the interface for a property tracking manager.

Inherited Members
IPropertyListenerManager<GameObjectTracker, PropertyTrackerSource>.RegisterPropertySource(string)
IPropertyListenerManager<GameObjectTracker, PropertyTrackerSource>.GetPropertyTags(PropertyTrackerSource, string)
IPropertyListenerManager<GameObjectTracker, PropertyTrackerSource>.CreateAndListenToPropertyTag(PropertyTrackerSource, IGameObject, string, string)
IPropertyListenerManager<GameObjectTracker, PropertyTrackerSource>.StopListeningToPropertyTag(PropertyTrackerSource, IGameObject, string, string)
IPropertyListenerManager<GameObjectTracker, PropertyTrackerSource>.StopListeningToPropertyTag(PropertyTrackerSource, IPropertyTag)
IPropertyListenerManager<GameObjectTracker, PropertyTrackerSource>.UnregisterPropertySource(IPropertySource)
Namespace: Microsoft.Internal.Studios.Aruba.Infrastructure.Token
Assembly: Aruba.Infrastructure.dll
Syntax
public interface IPropertyTrackManager : IPropertyListenerManager<GameObjectTracker, PropertyTrackerSource>

Methods

View Source

ClearTokenProperties(PropertyTrackerSource)

Stops listening to all token properties.

Declaration
void ClearTokenProperties(PropertyTrackerSource source)
Parameters
Type Name Description
PropertyTrackerSource source

The property tracker source.

  • View Source
In this article
Back to top Generated by DocFX