constructor

val constructor: Constructor

Accesses constructor of the class using libGDX reflection API.

Throws

ReflectionException

when unable to read constructors, when no constructors are found, or when more than 1 constructor is found.