Variant.exactType

The exact GodotType of the value stored in this Variant.

To check if a Variant is a specific GodotType, use isType instead to account for inheritance.

struct Variant
@nogc nothrow const
exactType
()

Meta