Property Data
Data
Custom game-specific properties to add, update, or remove from the player (e.g. role
or skill
). To remove an existing property, include it in data
but set the property object to null
. To update the value to null
, set the value
property of the object to null
.
Declaration
[Preserve]
public JsonObject Data { get; }
Property Value
Type | Description |
---|---|
JsonObject |