Class RawDataAsset
Raw bytes container asset.
Namespace: FlaxEngine
Assembly: FlaxEngine.CSharp.dll
Syntax
[Unmanaged]
public class RawDataAsset : BinaryAsset
Constructors
RawDataAsset()
Properties
Data
The bytes array stored in the asset.
Declaration
[Unmanaged]
public byte[] Data { get; set; }
Property Value
System.Byte[]
|