Class LayeredCharacterTypeSO.CharacterCreatorConfig
- Namespace
- BlazerTech.CharacterManagement.Characters
- Assembly
- Assembly-CSharp.dll
[Serializable]
public class LayeredCharacterTypeSO.CharacterCreatorConfig
- Inheritance
-
LayeredCharacterTypeSO.CharacterCreatorConfig
Fields
CharacterPreviewFrameIndex
public int CharacterPreviewFrameIndex
Field Value
- int
PreviewFrameHeight
public int PreviewFrameHeight
Field Value
- int
PreviewFrameWidth
[Header("Layer Option Preview Settings")]
public int PreviewFrameWidth
Field Value
- int
Properties
BaseLayer
public CharacterLayerDefinitionSO BaseLayer { get; set; }
Property Value
- CharacterLayerDefinitionSO
BaseLayerDefaultOptionIndex
public int BaseLayerDefaultOptionIndex { get; }
Property Value
- int
CharacterPreviewAnimationOptions
public string[] CharacterPreviewAnimationOptions { get; }
Property Value
- string[]
CharacterPreviewController
public RuntimeAnimatorController CharacterPreviewController { get; }
Property Value
- RuntimeAnimatorController
CharacterPreviewSprite
public Sprite CharacterPreviewSprite { get; set; }
Property Value
- Sprite
CleanLayerOptionNames
public bool CleanLayerOptionNames { get; set; }
Property Value
- bool