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
Name
Gets the name of the content.
string Name { get; }