Summary
[Editor-Only]
UnityEngine.GUIStyle
s for a group of connected buttons.- Assembly
- Animancer
.dll - Namespace
- Animancer
.Editor - Base Types
-
- ValueType
graph BT
Type-->Base0["ValueType"]
Type["ButtonGroupStyles"]
class Type type-node
Syntax
public struct ButtonGroupStyles : ValueType
Constructors
Name | Summary |
---|---|
ButtonGroupStyles |
Creates a new Animancer.Editor.ButtonGroupStyles . |
Fields
Properties
Name | Value | Summary |
---|---|---|
Button | ButtonGroupStyles |
The default styles for a button.
static
|
MiniButton | ButtonGroupStyles |
The default styles for a mini button.
static
|
Methods
Name | Value | Summary |
---|---|---|
CopyMissingStyles |
void |
Copies any
null values from another group. |
Mini |
GUIStyle |
Creates a copy of the `style` with the size of a regular button.
static
|