映射每个属性的类定义
const classmap: ConstructorOf<{ Vector2: Vector2 }> = { Vector2: Vector2 };
Generated using TypeDoc
映射每个属性的类定义
Example