reflection
Overview of Haxe code snippets, examples and tutorials tagged with reflection.
Jan 23, 2018 Beginner / Invoke object method by string
To invoke method by it's name you will need to use Reflection API.‥
Oct 20, 2016 Beginner / Access a field by string
This snippet shows how to use a string as a variable identifier using reflection.‥