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