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