Search Results for

    Show / Hide Table of Contents

    Class CharacterPreset

    Contains body, customization and scale values.

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

    Properties

    BodyColor

    Contains body, customization and scale values.

    Declaration
    public Color BodyColor { get; }
    Property Value
    Type Description
    Color

    Customizations

    Contains body, customization and scale values.

    Declaration
    public Customization[] Customizations { get; }
    Property Value
    Type Description
    Customization[]

    ScaleGroups

    Contains body, customization and scale values.

    Declaration
    public ScaleGroupPreset[] ScaleGroups { get; }
    Property Value
    Type Description
    ScaleGroupPreset[]

    Methods

    SetBodyColor(Color)

    Contains body, customization and scale values.

    Declaration
    public void SetBodyColor(Color color)
    Parameters
    Type Name Description
    Color color

    SetCustomizations(Customization[])

    Contains body, customization and scale values.

    Declaration
    public void SetCustomizations(Customization[] customizations)
    Parameters
    Type Name Description
    Customization[] customizations

    SetScaleGroups(ScaleGroupPreset[])

    Contains body, customization and scale values.

    Declaration
    public void SetScaleGroups(ScaleGroupPreset[] scaleGroups)
    Parameters
    Type Name Description
    ScaleGroupPreset[] scaleGroups
    In This Article
    • Properties
      • BodyColor
      • Customizations
      • ScaleGroups
    • Methods
      • SetBodyColor(Color)
      • SetCustomizations(Customization[])
      • SetScaleGroups(ScaleGroupPreset[])
    Back to top 2D Customizable Characters