Trait fyrox::asset::TypedResourceData

source ·
pub trait TypedResourceData: ResourceData + Default + TypeUuidProvider { }
Expand description

Extension trait for a resource data of a particular type, which adds additional functionality, such as: a way to get default state of the data (Default impl), a way to get data’s type uuid. The trait has automatic implementation for any type that implements ResourceData + Default + TypeUuidProvider traits.

Object Safety§

This trait is not object safe.

Implementors§