RawFileDataAsset

Inherits from RawFileAsset

Summary

Constructors

RawFileDataAsset()
RawFileDataAsset(guid: Guid)
RawFileDataAsset(other: RawFileAsset)
RawFileDataAsset(other: Asset)
RawFileDataAsset(other: DataContainer)

Properties

Name Type
rawData int[]
size int

Static members

Name Type
RawFileDataAsset.typeInfo TypeInformation

Constructors

RawFileDataAsset

RawFileDataAsset()

Creates a new RawFileDataAsset frostbite instance.

RawFileDataAsset

RawFileDataAsset(guid: Guid)

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

Parameters

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

RawFileDataAsset

RawFileDataAsset(other: RawFileAsset)

Casts an instance of type RawFileAsset to RawFileDataAsset. Will throw an error when trying to cast from an unsupported type.

Parameters

Name Type Description
other RawFileAsset The instance to cast to RawFileDataAsset.

RawFileDataAsset

RawFileDataAsset(other: Asset)

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

Parameters

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

RawFileDataAsset

RawFileDataAsset(other: DataContainer)

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

Parameters

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

Properties

rawData

int[]

size

int

Static members

typeInfo

TypeInformation

The type information for the RawFileDataAsset type.

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