Show / Hide Table of Contents

Class IGameObjectExtensions

Extension methods for IGameObject.

Inheritance
object
IGameObjectExtensions
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Microsoft.XboxStudios.GameStateTracker.Unreal
Assembly: GameStateTracker.Unreal.dll
Syntax
public static class IGameObjectExtensions

Methods

View Source

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

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