ImplWorldMatrix.key

Undocumented in source.
mixintemplate ImplWorldMatrix(string name = "worldMatrix")
enum key = (hasPos ? ["pos"] : []) ~ (hasRot ? ["rot"] : []) ~ (hasScale ? ["scale"] : []);

Meta