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 |
---|---|
Scale |
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 |
---|---|---|
Scale |
scaleGroups |