Show / Hide Table of Contents

Class GameObjectQueryConfig

Encapsulates data for a configurable game object query in a dynamic game state token.

Inheritance
object
GameObjectQueryConfig
Inherited Members
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 GameObjectQueryConfig

Constructors

View Source

GameObjectQueryConfig()

Initializes a new instance of the GameObjectQueryConfig class.

Declaration
public GameObjectQueryConfig()

Properties

View Source

LookupPropertyTagConfigs

Gets or sets the lookup property tag configs.

Declaration
public List<LookupPropertyTagConfig> LookupPropertyTagConfigs { get; set; }
Property Value
Type Description
List<LookupPropertyTagConfig>
View Source

ObjectType

Gets or sets the object type.

Declaration
public string? ObjectType { get; set; }
Property Value
Type Description
string
View Source

QueryableObjectType

Gets or sets the queryable object type. This type could be a parent or base class for optimization purposes.

Declaration
public string? QueryableObjectType { get; set; }
Property Value
Type Description
string
View Source

TokenPropertyTagName

Gets or sets the token property tag name.

Declaration
public string? TokenPropertyTagName { get; set; }
Property Value
Type Description
string
  • View Source
In this article
Back to top Generated by DocFX