Engine::Assets::Asset::Event::Waiting

Engine::Assets::Asset::Event::Waiting #

Defined in header <src/Assets/Asset.hpp>


struct Waiting;

Public Attributes #

Member Public Attributes Description
other The pointer to the other asset this asset is waiting for. (public variable)

Public Attributes #

variable other #

Defined in header <src/Assets/Asset.hpp>

Asset * other;

The pointer to the other asset this asset is waiting for.

Note: May be null


Updated on 2023-04-03