GetComponentName() public static method

The name of the class for the specified component.
public static GetComponentName ( object component ) : string
component object
return string
Ejemplo n.º 1
0
 public string GetComponentName() => NativeTypeDesc.GetComponentName(_entityType, true);