Class BinaryAsset
Base class for all binary assets.
Inheritance
System.Object
BinaryAsset
Namespace: FlaxEngine
Assembly: FlaxEngine.CSharp.dll
Syntax
[Unmanaged]
public abstract class BinaryAsset : Asset
Constructors
BinaryAsset()
Properties
ImportPath
Gets the imported file path from the asset metadata (can be empty if not available).
Declaration
[Unmanaged]
public string ImportPath { get; }
Property Value
System.String
|
Methods
Reimport()
Reimports asset from the source file.
Declaration
[Unmanaged]
public void Reimport()