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