|
UserWise Unity SDK
3.0.0
|
IAttributeable exposes an interface required to work with Attribute data.
More...
Public Member Functions | |
| string | GetName () |
| Getter for the attribute's name More... | |
| AttributableDataType | GetDataType () |
| Getter for the attribute's data type. AttributableDataType More... | |
| object | GetValue () |
Getter for the attribute's value, casted as a generic object. More... | |
IAttributeable exposes an interface required to work with Attribute data.
| AttributableDataType UserWiseSDK.IAttributable.GetDataType | ( | ) |
Getter for the attribute's data type. AttributableDataType
Implemented in UserWiseSDK.RegionMetadata, and UserWiseSDK.PlayerAttribute.
| string UserWiseSDK.IAttributable.GetName | ( | ) |
Getter for the attribute's name
Implemented in UserWiseSDK.RegionMetadata, and UserWiseSDK.PlayerAttribute.
| object UserWiseSDK.IAttributable.GetValue | ( | ) |
Getter for the attribute's value, casted as a generic object.
Implemented in UserWiseSDK.RegionMetadata, and UserWiseSDK.PlayerAttribute.
1.8.17