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