The ClassUtils is a utility class for class operations.
ClassUtils 是一个类工具的类。
静态
The class name (e.g., "laya.display.Sprite") or a registered alias (e.g., "Sprite").
The class object.
Returns the class object based on the class name.
根据类名返回类对象。
The url of the prefab.
The class definition.
Get runtime class by prefab url.
通过 prefab url 获取 runtime 类。
The name or alias for the class mapping.
The full name of the class or a reference to the class.
Registers a class mapping for easy retrieval during class reflection.
注册 Class 映射,方便在类反射时获取。
Registers a runtime class.
动态注册一个runtime类。
En
The ClassUtils is a utility class for class operations.
Zh
ClassUtils 是一个类工具的类。