# class SceneImporter

Class for loading scene data from different file formats.

# Properties

Property Description
ImportFilePath The main import file path. This must always be set.

# Methods

Method Description
Clear Close any open file or stream, release any allocated data.
GetClass Get the name of the SceneImporter class.
GetScene The imported scene data.
IsA Returns true if SceneImporter is a or is a descendant of the class named as the type parameter.
IsNull Returns true if the SceneImporter object is invalid.
RunImport Runs the import. Note that all parameters must be setup before importing.

# Static methods

Method Description
IsClassA Returns true if the class is a or is a descendant of the class named as the type parameter.
SafeCast SafeCast makes sure the input object is of a class that can be cast into spSceneImporter, and if this is the case, returns the object cast into spSceneImporter.

# Properties details

# ImportFilePath

The main import file path. This must always be set.

    # Methods details

    # Clear

    Close any open file or stream, release any allocated data.

      # GetClass

      Get the name of the SceneImporter class.

        # GetScene

        The imported scene data.

          # IsA

          Returns true if SceneImporter is a or is a descendant of the class named as the type parameter.

            # IsNull

            Returns true if the SceneImporter object is invalid.

              # RunImport

              Runs the import. Note that all parameters must be setup before importing.

                # Static methods details

                # IsClassA

                Returns true if the class is a or is a descendant of the class named as the type parameter.

                  # SafeCast

                  SafeCast makes sure the input object is of a class that can be cast into spSceneImporter, and if this is the case, returns the object cast into spSceneImporter.