Table of Contents

Interface IFileAsset

Namespace
LibGFX.Assets
Assembly
LibGFX.dll

Interface for file assets.

public interface IFileAsset

Properties

FilePath

Gets or sets the full file system path associated with this instance.

string FilePath { get; set; }

Property Value

string