Click or drag to resize

RecordingImporter Class

importer for recording files loads the binary data in and converts it to scriptable object
Inheritance Hierarchy
SystemObject
  UnityEngine.Object
    AssetImporter
      ScriptedImporter
        ImmerseSDKRecordingImporter

Namespace:  ImmerseSDK
Assembly:  ImmerseSDK.NoDll (in ImmerseSDK.NoDll.dll) Version: 3.9.0.0 (3.9.0.0)
Syntax
C#
[ScriptedImporterAttribute(3, "iar")]
public class RecordingImporter : ScriptedImporter

The RecordingImporter type exposes the following members.

Constructors
  NameDescription
Public methodRecordingImporter
Initializes a new instance of the RecordingImporter class
Top
Methods
  NameDescription
Public methodOnImportAsset (Overrides ScriptedImporter.OnImportAsset(AssetImportContext).)
Top
See Also