Trait godot::obj::UserClass

pub trait UserClass: Bounds<Declarer = DeclUser> { }
Expand description

Implemented for all user-defined classes, providing extensions on the raw object to interact with Gd.

Object Safety§

This trait is not object safe.

Implementors§