|
API Documentation
|
|
|
Encompasses the wrapping of std for scripting.
Definition: ArrayWrapper.h:7
Constants encompassing user type identifiers for the wrapping of available std types.
Definition: Constants.h:14
static const nkMemory::String ARRAY_FLOAT_4
Identifies a std::array<float, 4>.
Definition: Constants.h:20
static const nkMemory::String ARRAY_ARRAY_FLOAT_4_4
Identifies a std::array<std::array<float, 4>, 4>.
Definition: Constants.h:21
static const nkMemory::String NAMESPACE
Identifies the namespace.
Definition: Constants.h:16
Class holding information about a string, with ownership over the data.
Definition: String.h:22