Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


TypeName

The full type name (including namespace) of the replacement component.
Read time 1 minuteLast updated 5 days ago

Definition

  • Type: Property
  • Namespace: UnityEngine
  • Assembly: UnityEngine.CoreModule
public string TypeName { get; }

Remarks

Unity uses this string to locate the replacement component type via reflection. You should provide the type name with its namespace or fully assembly qualified name. For example:
"UnityEngine.Rendering.Universal.DecalProjector"
.