CreateRawFileParams

Inherits from DataContainer

Summary

Constructors

CreateRawFileParams()
CreateRawFileParams(guid: Guid)
CreateRawFileParams(other: DataContainer)

Properties

Name Type
assetName string
sourceFile string
createResource bool

Static members

Name Type
CreateRawFileParams.typeInfo TypeInformation

Constructors

CreateRawFileParams

CreateRawFileParams()

Creates a new CreateRawFileParams frostbite instance.

CreateRawFileParams

CreateRawFileParams(guid: Guid)

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

Parameters

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

CreateRawFileParams

CreateRawFileParams(other: DataContainer)

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

Parameters

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

Properties

assetName

string

sourceFile

string

createResource

bool

Static members

typeInfo

TypeInformation

The type information for the CreateRawFileParams type.

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