Class ScaleGroup
Values for total scale, width and length.
Inheritance
Object
ScaleGroup
Namespace: CustomizableCharacters
Assembly: cs.temp.dll.dll
Syntax
public class ScaleGroup
Properties
GroupName
Values for total scale, width and length.
Declaration
public string GroupName { get; }
Property Value
Type | Description |
---|---|
String |
Length
Values for total scale, width and length.
Declaration
public float Length { get; }
Property Value
Type | Description |
---|---|
Single |
Scale
Values for total scale, width and length.
Declaration
public float Scale { get; }
Property Value
Type | Description |
---|---|
Single |
Transforms
Values for total scale, width and length.
Declaration
public Transform[] Transforms { get; }
Property Value
Type | Description |
---|---|
Transform[] |
Width
Values for total scale, width and length.
Declaration
public float Width { get; }
Property Value
Type | Description |
---|---|
Single |
Methods
Reset()
Values for total scale, width and length.
Declaration
public void Reset()
SetLength(Single)
Values for total scale, width and length.
Declaration
public void SetLength(float value)
Parameters
Type | Name | Description |
---|---|---|
Single | value |
SetScale(Single)
Values for total scale, width and length.
Declaration
public void SetScale(float value)
Parameters
Type | Name | Description |
---|---|---|
Single | value |
SetWidth(Single)
Values for total scale, width and length.
Declaration
public void SetWidth(float value)
Parameters
Type | Name | Description |
---|---|---|
Single | value |