GUIButtonStyleModel Class |
Namespace: Livit.Learn.Model.GUI.Styles
[SerializableAttribute] public class GUIButtonStyleModel : GUILabelStyleModel
The GUIButtonStyleModel type exposes the following members.
Name | Description | |
---|---|---|
![]() | GUIButtonStyleModel | Initializes a new instance of the GUIButtonStyleModel class |
Name | Description | |
---|---|---|
![]() | DeepCopy |
Creates an in-memory clone of this object using a BinaryFormatter to ensure all child properties are copied as well.
(Inherited from BaseModel.) |
![]() | ShallowCopy | (Inherited from BaseModel.) |
![]() | ToString |
Returns a string that represents the current object.
(Inherited from BaseModel.) |
![]() | UpdateModels |
This method will update this model and all its child models.
(Inherited from BaseModel.) |
<GUIStyles> <GUIButtonStyle Id="MainStyle" ClickMode="Hold" Disabled="1,1,1,1" Hover="2,2,2,2" IsClickable="false" Normal="1,1,1,1" OutlineAtlas="MachineUIAtlas" OutlineDisabled="1,1,1,1" OutlineHover="1,1,1,1" OutlineImage="block_white" OutlineNormal="1,1,1,1" OutlinePressed="1,1,1,1" OutlineVisibilityOption="Never" Pressed="1,1,1,1" RapidClickDelay="0.2" Sound="Click" TextColor="1,1,1,1" TextWidth="2" /> </GUIStyles>