Search Results for

    Show / Hide Table of Contents

    Class CustomizationCategory

    A category for customizations. Used to make sure only one customization exist per category.

    Inheritance
    Object
    CustomizationCategory
    Namespace: CustomizableCharacters
    Assembly: cs.temp.dll.dll
    Syntax
    public class CustomizationCategory : ScriptableObject

    Properties

    CanBeHidden

    If the category can be hidden or not. Categories that can't be hidden is usually thing part of a body, for example ears.

    Declaration
    public bool CanBeHidden { get; }
    Property Value
    Type Description
    Boolean
    In This Article
    • Properties
      • CanBeHidden
    Back to top 2D Customizable Characters