GetComponentName() публичный статический Метод

The name of the class for the specified component.
public static GetComponentName ( object component ) : string
component object
Результат string
Пример #1
0
 public string GetComponentName() => NativeTypeDesc.GetComponentName(_entityType, true);