bevy icon indicating copy to clipboard operation
bevy copied to clipboard

Allow `Asset` to define hooks for `Handle<T>`.

Open mintlu8 opened this issue 1 year ago • 0 comments

Objective

Allow Asset to define hooks for Handle<T>.

Solution

Added register_component_hooks to Asset, which defines the register_component_hooks function in Handle<T>.

mintlu8 avatar Jul 09 '24 14:07 mintlu8