AntPackageAsset

Inherits from Asset

Summary

Constructors

AntPackageAsset()
AntPackageAsset(guid: Guid)
AntPackageAsset(other: Asset)
AntPackageAsset(other: DataContainer)

Properties

Name Type
win32FileName string
xePs3FileName string
packagingType AntPackagingType
streamingGuid Guid
chunkSize int

Static members

Name Type
AntPackageAsset.typeInfo TypeInformation

Constructors

AntPackageAsset

AntPackageAsset()

Creates a new AntPackageAsset frostbite instance.

AntPackageAsset

AntPackageAsset(guid: Guid)

Creates a new AntPackageAsset frostbite instance and assigns it the provided Guid.

Parameters

Name Type Description
guid Guid The Guid to assign to the newly created instance.

AntPackageAsset

AntPackageAsset(other: Asset)

Casts an instance of type Asset to AntPackageAsset. Will throw an error when trying to cast from an unsupported type.

Parameters

Name Type Description
other Asset The instance to cast to AntPackageAsset.

AntPackageAsset

AntPackageAsset(other: DataContainer)

Casts an instance of type DataContainer to AntPackageAsset. Will throw an error when trying to cast from an unsupported type.

Parameters

Name Type Description
other DataContainer The instance to cast to AntPackageAsset.

Properties

win32FileName

string

xePs3FileName

string

packagingType

AntPackagingType

streamingGuid

Guid

chunkSize

int

Static members

typeInfo

TypeInformation

The type information for the AntPackageAsset type.

Last modified April 26, 2020: Update frostbite type documentation (8b14351c)