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
Fields
CharacterLayerName
public string CharacterLayerName
Field Value
LayerOptionKey
public string LayerOptionKey