Struct AssetMigrationContext
Binary asset upgrading context structure.
Assembly: FlaxEngine.dll
File: Engine/Content/Upgraders/BinaryAssetUpgrader.h
Syntax
public struct AssetMigrationContext
Fields
Input
Output
Methods
AllocateChunk(int32 index)
Allocates the chunk in the output data so upgrader can write to it.
Declaration
public bool AllocateChunk(int32 index)
Parameters
int32
index
The index of the chunk. |
Returns
bool
True if cannot allocate it. |