Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


ScriptedImporterEditor

Default editor for source assets handled by Scripted Importers.
Read time 6 minutesLast updated 11 days ago

Definition

[CustomEditor(typeof(ScriptedImporter), true)]public class ScriptedImporterEditor : AssetImporterEditor

Remarks

Inheritance

Inherited Members

Operators

Operator

Description

operator ==Compares two object references to see if they refer to the same object.
boolDetermines whether the object exists.
operator !=Compares if two objects refer to a different object.