Skip to main content
Version: 1.0.0-preview.47

Velaptor.Content.IContentLoadable

Velaptor​

Velaptor.Content​

IContentLoadable Interface​

Provides the ability to load content.

public interface IContentLoadable

Properties​

IsLoaded​

Gets a value indicating whether the content for an object is loaded.

bool IsLoaded { get; }

Property Value​

System.Boolean

Methods​

LoadContent()​

Loads the content for an object.

void LoadContent();

UnloadContent()​

Unloads the content for an object.

void UnloadContent();