OneOptionAxisEditableAction
Inherits from EditableAction
Summary
Constructors
OneOptionAxisEditableAction() |
OneOptionAxisEditableAction(guid: Guid) |
OneOptionAxisEditableAction(other: EditableAction) |
OneOptionAxisEditableAction(other: DataContainer) |
Properties
Name | Type |
---|---|
header | string |
invert | bool |
Static members
Name | Type |
---|---|
OneOptionAxisEditableAction.typeInfo | TypeInformation |
Constructors
OneOptionAxisEditableAction
OneOptionAxisEditableAction()
Creates a new OneOptionAxisEditableAction frostbite instance.
OneOptionAxisEditableAction
OneOptionAxisEditableAction(guid: Guid)
Creates a new OneOptionAxisEditableAction frostbite instance and assigns it the provided Guid.
Parameters
Name | Type | Description |
---|---|---|
guid | Guid | The Guid to assign to the newly created instance. |
OneOptionAxisEditableAction
OneOptionAxisEditableAction(other: EditableAction)
Casts an instance of type EditableAction to OneOptionAxisEditableAction. Will throw an error when trying to cast from an unsupported type.
Parameters
Name | Type | Description |
---|---|---|
other | EditableAction | The instance to cast to OneOptionAxisEditableAction. |
OneOptionAxisEditableAction
OneOptionAxisEditableAction(other: DataContainer)
Casts an instance of type DataContainer to OneOptionAxisEditableAction. Will throw an error when trying to cast from an unsupported type.
Parameters
Name | Type | Description |
---|---|---|
other | DataContainer | The instance to cast to OneOptionAxisEditableAction. |
Properties
header
string
invert
bool
Static members
typeInfo
The type information for the OneOptionAxisEditableAction type.
Last modified April 26, 2020: Update frostbite type documentation (8b14351c)