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);