Class ScaleGroupPreset
Contains scale values for a scale group.
Inheritance
Object
ScaleGroupPreset
Namespace: CustomizableCharacters
Assembly: cs.temp.dll.dll
Syntax
public class ScaleGroupPreset
Constructors
ScaleGroupPreset(String, Single, Single, Single)
Contains scale values for a scale group.
Declaration
public ScaleGroupPreset(string groupName, float scale, float width, float length)
Parameters
Type | Name | Description |
---|---|---|
String | groupName | |
Single | scale | |
Single | width | |
Single | length |
Properties
GroupName
Contains scale values for a scale group.
Declaration
public string GroupName { get; }
Property Value
Type | Description |
---|---|
String |
Length
Contains scale values for a scale group.
Declaration
public float Length { get; }
Property Value
Type | Description |
---|---|
Single |
Scale
Contains scale values for a scale group.
Declaration
public float Scale { get; }
Property Value
Type | Description |
---|---|
Single |
Width
Contains scale values for a scale group.
Declaration
public float Width { get; }
Property Value
Type | Description |
---|---|
Single |