Method GetDebugTypeName
GetDebugTypeName(ComponentType)
Retrieve the component name as NativeText. The method is burst compatible.
Declaration
public static NativeText.ReadOnly GetDebugTypeName(this ComponentType self)
Parameters
Type | Name | Description |
---|---|---|
ComponentType | self |
Returns
Type | Description |
---|---|
NativeText.ReadOnly | The component name. |