Velaptor.Content.IContent
Velaptor
Velaptor.Content
IContent Interface
Represents loadable content data.
public interface IContent
Derived
↳ AtlasData
↳ Font
↳ IFont
↳ IAtlasData
↳ ISound
↳ ITexture
↳ Sound
↳ Texture
Properties
FilePath
Gets the path to the content.
string FilePath { get; }
Property Value
Name
Gets the name of the content.
string Name { get; }