Class IGameObjectExtensions
Extension methods for IGameObject.
Inherited Members
Namespace: Microsoft.XboxStudios.GameStateTracker.Unreal
Assembly: GameStateTracker.Unreal.dll
Syntax
public static class IGameObjectExtensions
Methods
View SourceMatches(IGameObject, IClassManager, in ObjectInfo)
Determines whether the object matches a query for its class and/or name.
Declaration
public static bool Matches(this IGameObject gameObject, IClassManager classManager, in ObjectInfo query)
Parameters
| Type | Name | Description |
|---|---|---|
| IGameObject | gameObject | The object being extended. |
| IClassManager | classManager | The class manager used to look up base class names. |
| ObjectInfo | query | The query. |
Returns
| Type | Description |
|---|---|
| bool | True if they match. |