Creates new XModelConfigs scene model configuration instance for the given scene model.

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

Syntax

C#
public static XModelConfigs CreateConfigs(
	XSceneModel model
)

Parameters

model
Type: SGP.XSpace..::.XSceneModel
Scene model that the configuration has been created for.

See Also