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