C# Class PlayFab.ClientModels.CharacterResult

Inheritance: PlayFab.SharedModels.PlayFabResultCommon
Show file Open project: PlayFab/PlayFabGameServer Class Usage Examples

Public Properties

Property Type Description
CharacterId string
CharacterName string
CharacterType string

Property Details

CharacterId public property

The id for this character on this player.
public string CharacterId
return string

CharacterName public property

The name of this character.
public string CharacterName
return string

CharacterType public property

The type-string that was given to this character on creation.
public string CharacterType
return string