ModelInfo
Description
- Derived from
-
Disposable abstract
This is a helper that generates human-readable pseudo-code that describes a IModel hierarchy.
Public / Methods
For
Generates pseudo-code for the given model in.
The generated code is human-readable and describes the all aspects of a model hierarchy, excluding the following data:
-
Pixel/texel data of IModelTexture objects.
-
Vertex data of IModelGeometry objects.
-
Index data of IModelGeometry objects.
The model info code is supposed to be used during development, for quick inspection and verification.
NameOf
5 overloads
Returns the name of the given IMaterial object, as it appears in the textual dump.
- See also
Returns the name of the given IModel object, as it appears in the textual dump.
- See also
Returns the name of the given IModelGeometry object, as it appears in the textual dump.
- See also
Returns the name of the given IModelPart object, as it appears in the textual dump.
- See also
Returns the name of the given IModelTexture object, as it appears in the textual dump.
- See also