GetClassName() 공개 정적인 메소드

Gets the name of the class for the specified type.
public static GetClassName ( Type componentType ) : string
componentType System.Type
리턴 string
예제 #1
0
 public string GetClassName() => NativeTypeDesc.GetClassName(_entityType, true);