The XModelFilter enumaration allows to filter the found XModel models according their types.

Namespace:  SGP.XSpace
Assembly:  SGPRTL (in SGPRTL.dll)
Version: 1.2.3019.18825

Syntax

C#
[FlagsAttribute]
public enum XModelFilter

Members

Member nameDescription
Default
Default value.
Mesh
The mesh filter.
SimpleMesh
The simple mesh filter.
AnimationMesh
The animated mesh filter.
Scene
The scene filter.
All
The mesh and scene filter.

See Also