Table of Contents

Class CCMCharacterLayerSelectionManager

Namespace
BlazerTech.CharacterManagement.CharacterCreator
Assembly
Assembly-CSharp.dll
[DisallowMultipleComponent]
public class CCMCharacterLayerSelectionManager : CCMBase
Inheritance
Object
Component
Behaviour
MonoBehaviour
CCMCharacterLayerSelectionManager
Inherited Members

Properties

InitializationMode

public LayerSelectorInitializationMode InitializationMode { get; }

Property Value

LayerSelectorInitializationMode

LayerOptionSelectors

public List<CharacterLayerSelector> LayerOptionSelectors { get; }

Property Value

List<CharacterLayerSelector>

LayerSelectorPrefab

public CharacterLayerSelector LayerSelectorPrefab { get; }

Property Value

CharacterLayerSelector

SelectedLayer

public CharacterLayer SelectedLayer { get; set; }

Property Value

CharacterLayer

Methods

Awake()

protected override void Awake()

CharacterCreationMenuEnabled()

Called after the Character Creation Menu is enabled.

protected override void CharacterCreationMenuEnabled()

Events

OnSelectedCharacterLayerChanged

public event EventHandler<CharacterLayer> OnSelectedCharacterLayerChanged

Event Type

EventHandler<CharacterLayer>