Struct ManagedBitArray
Assembly: FlaxEngine.dll
File: Engine/Scripting/Internal/ManagedBitArray.h
Syntax
public struct ManagedBitArray
Methods
ToManaged(const BitArray<AllocationType>& data)
Declaration
public static MObject* ToManaged(const BitArray<AllocationType>& data)
Parameters
BitArray<AllocationType>
data
|
Returns
MObject
|
Type Parameters
typename AllocationType
|