Class DynamicGameStateToken
The class representing a dynamic game state token.
Implements
Inherited Members
Namespace: Microsoft.Internal.Studios.Aruba.Infrastructure.Token
Assembly: Aruba.Infrastructure.dll
Syntax
public class DynamicGameStateToken : BasicTokenDefinition, IEquatable<BasicTokenDefinition>
Constructors
View SourceDynamicGameStateToken()
Initializes a new instance of the DynamicGameStateToken class.
Declaration
public DynamicGameStateToken()
Properties
View SourceObjectListAsString
Gets the object list data in the form of a string.
Declaration
[TokenDefinitionPropertyPreset("Token Data", "A list of all the token data")]
public string ObjectListAsString { get; }
Property Value
Type | Description |
---|---|
string |
QueryConfigs
Gets or sets the list of game object query configs.
Declaration
public List<GameObjectQueryConfig> QueryConfigs { get; set; }
Property Value
Type | Description |
---|---|
List<GameObjectQueryConfig> |
SearchOption
Gets or sets the lookup value multi-search option.
Declaration
public LookupValueMultiSearchOption SearchOption { get; set; }
Property Value
Type | Description |
---|---|
LookupValueMultiSearchOption |
Methods
View SourceCopyValuesFrom(BasicTokenDefinition)
Copies the values to this instance.
Declaration
public override void CopyValuesFrom(BasicTokenDefinition other)
Parameters
Type | Name | Description |
---|---|---|
BasicTokenDefinition | other | The other instance to copy. |
Overrides
View SourceToString()
Returns a string that represents the current object.
Declaration
public override string ToString()
Returns
Type | Description |
---|---|
string | A string that represents the current object. |