UserWise Unity SDK  3.0.0
Public Member Functions | List of all members
UserWiseSDK.IAttributable Interface Reference

IAttributeable exposes an interface required to work with Attribute data. More...

Inheritance diagram for UserWiseSDK.IAttributable:
UserWiseSDK.PlayerAttribute UserWiseSDK.RegionMetadata

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...
 

Detailed Description

IAttributeable exposes an interface required to work with Attribute data.

PlayerAttribute RegionMetadata

Member Function Documentation

◆ GetDataType()

AttributableDataType UserWiseSDK.IAttributable.GetDataType ( )

Getter for the attribute's data type. AttributableDataType

Implemented in UserWiseSDK.RegionMetadata, and UserWiseSDK.PlayerAttribute.

◆ GetName()

string UserWiseSDK.IAttributable.GetName ( )

Getter for the attribute's name

Implemented in UserWiseSDK.RegionMetadata, and UserWiseSDK.PlayerAttribute.

◆ GetValue()

object UserWiseSDK.IAttributable.GetValue ( )

Getter for the attribute's value, casted as a generic object.

Implemented in UserWiseSDK.RegionMetadata, and UserWiseSDK.PlayerAttribute.


The documentation for this interface was generated from the following file: