Table of Contents

Class CharacterLayerOption.EquippedCharacterLayerOption_DTO

Namespace
BlazerTech.CharacterManagement.Characters
Assembly
Assembly-CSharp.dll

Data Transfer Object (DTO) used to save and load a CharacterLayerOption.

[Serializable]
public class CharacterLayerOption.EquippedCharacterLayerOption_DTO
Inheritance
CharacterLayerOption.EquippedCharacterLayerOption_DTO

Constructors

EquippedCharacterLayerOption_DTO(CharacterLayerOption)

public EquippedCharacterLayerOption_DTO(CharacterLayerOption characterLayerOption)

Parameters

characterLayerOption CharacterLayerOption

EquippedCharacterLayerOption_DTO(string, string)

public EquippedCharacterLayerOption_DTO(string characterLayerName, string layerOptionKey)

Parameters

characterLayerName string
layerOptionKey string

Fields

CharacterLayerName

public string CharacterLayerName

Field Value

string

LayerOptionKey

public string LayerOptionKey

Field Value

string