Skip to main content
Version: 1.0.0-preview.36

Velaptor.Content.IContent

Velaptor

Velaptor.Content

IContent Interface

Represents loadable content data.

public interface IContent

Derived
AtlasData
Audio
Font
IFont
IAtlasData
IAudio
ITexture
Texture

Properties

FilePath

Gets the path to the content.

string FilePath { get; }

Property Value

System.String

Name

Gets the name of the content.

string Name { get; }

Property Value

System.String