Meta
haxe.rtti.Meta (Class)
An API to access classes and enums metadata at runtime.
See:
Static Members
Returns the metadata that were declared for the given class fields or enum constructors
Name | Type |
---|---|
t |
Dynamic |
Returns |
---|
Dynamic |
Private Members
getMeta(t: Dynamic): haxe.rtti._Meta.MetaObject
Name | Type |
---|---|
t |
Dynamic |
Returns |
---|
haxe.rtti._Meta.MetaObject |