siModelKind Enum
Enumerations
enum
siModelKind
{
siModelKind_Regular
= 0,
siModelKind_Reference
= 1,
siModelKind_Instance
= 2
}
Detailed Description
Describes whether
Model
is referenced, local (regular) or an instance.
See also:
Enumeration Type Documentation
enum siModelKind
Enumerator:
siModelKind_Regular
[0] Regular local model (not referenced, specific to the scene).
siModelKind_Reference
[1] Referenced model (exported model linked to an external file).
siModelKind_Instance
[2] Instanced model (instance of another model in the scene).