新增renderableComponent 用于控制可渲染组件的基类 不要在transform当中直接更改目标属性
This commit is contained in:
6
source/src/ECS/Components/RenderableComponent.ts
Normal file
6
source/src/ECS/Components/RenderableComponent.ts
Normal file
@@ -0,0 +1,6 @@
|
||||
/**
|
||||
* 所有可渲染组件的基类
|
||||
*/
|
||||
abstract class RenderableComponent extends Component {
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user