| ExtraDataIntrospection Enumeration |
The ExtraDataIntrospection enumeration defines optional datas to introspect during database loading.
The number of introspected datas will increase the loading time.
Namespace:
Lumiscaphe.Workshop.Interop
Assembly:
Lumiscaphe.Workshop.Interop (in Lumiscaphe.Workshop.Interop.dll) Version: 21.1.16.0
Syntax [FlagsAttribute]
public enum ExtraDataIntrospection
[FlagsAttribute]
public enum class ExtraDataIntrospection
Members
| Member name | Value | Description |
---|
| None | 0 |
No extra datas will be introspected.
|
| Materials | 1 |
The materials will be introspected.
|
| Surfaces | 2 |
The surfaces will be introspected.
|
| All | 3 |
All datas will be introspected.
|
Version Information Lumiscaphe Workshop SDK
Supported in: 7.0 release 1
See Also