Class GameObjectQueryConfig
Encapsulates data for a configurable game object query in a dynamic game state token.
Inherited Members
Namespace: Microsoft.Internal.Studios.Aruba.Infrastructure.Token
Assembly: Aruba.Infrastructure.dll
Syntax
public class GameObjectQueryConfig
Constructors
View SourceGameObjectQueryConfig()
Initializes a new instance of the GameObjectQueryConfig class.
Declaration
public GameObjectQueryConfig()
Properties
View SourceLookupPropertyTagConfigs
Gets or sets the lookup property tag configs.
Declaration
public List<LookupPropertyTagConfig> LookupPropertyTagConfigs { get; set; }
Property Value
Type | Description |
---|---|
List<LookupPropertyTagConfig> |
ObjectType
Gets or sets the object type.
Declaration
public string? ObjectType { get; set; }
Property Value
Type | Description |
---|---|
string |
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 |
TokenPropertyTagName
Gets or sets the token property tag name.
Declaration
public string? TokenPropertyTagName { get; set; }
Property Value
Type | Description |
---|---|
string |