Expand description
Marker types for distinguishing between native and scripted classes.
Structsยง
- A marker type for native classes. Native classes are represented directly by their native type.
- A marker type for scripted classes. Scripted classes are stored with an additional level of indirection inside of
IScriptable
.