Table of Contents

Class LayeredCharacterSelectionList

Namespace
BlazerTech.CharacterManagement.CharacterCreator
Assembly
Assembly-CSharp.dll
public class LayeredCharacterSelectionList : MonoBehaviour
Inheritance
Object
Component
Behaviour
MonoBehaviour
LayeredCharacterSelectionList

Properties

CreateNewCharactersPermission

public bool CreateNewCharactersPermission { get; }

Property Value

bool

EditCharactersPermission

public bool EditCharactersPermission { get; }

Property Value

bool

EnabledAndSetup

public bool EnabledAndSetup { get; }

Property Value

bool

FixedGroupSize

public int FixedGroupSize { get; }

Property Value

int

GroupName

public string GroupName { get; }

Property Value

string

LayeredCharacterType

public LayeredCharacterTypeSO LayeredCharacterType { get; set; }

Property Value

LayeredCharacterTypeSO

ListType

public LayeredCharacterListType ListType { get; }

Property Value

LayeredCharacterListType

RemoveCharactersPermission

public bool RemoveCharactersPermission { get; }

Property Value

bool

Methods

CreatNewCharacterInList()

public void CreatNewCharacterInList()

EditCharacter(LayeredCharacter)

public bool EditCharacter(LayeredCharacter character)

Parameters

character LayeredCharacter

Returns

bool

RemoveCharacterFromList(LayeredCharacter)

public bool RemoveCharacterFromList(LayeredCharacter character)

Parameters

character LayeredCharacter

Returns

bool

Events

OnMenuEnabledAndSetup

public event EventHandler OnMenuEnabledAndSetup

Event Type

EventHandler

OnMenuLoadingProgressUpdated

public event EventHandler<float> OnMenuLoadingProgressUpdated

Event Type

EventHandler<float>