Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


GetTypeDisplayName(Type)

Utility method to get the name of a type which includes the parent type(s).
Read time 1 minuteLast updated 13 days ago

Definition

  • Type: Method
  • Namespace: Unity.Properties
  • Assembly: UnityEngine.PropertiesModule
public static string GetTypeDisplayName(Type type)

Parameters

type

The Type we want the name of.

Returns

Type

Description

stringThe display name of the type.