UNPKG

laya-coreui-es

Version:

laya核心库、ui库es版本,剔除了媒体、TTF等功能。基于 LayaAir-release_2.12.0 修改

24 lines (23 loc) 372 B
import { Component } from "./Component"; export class CommonScript extends Component { get isSingleton() { return false; } constructor() { super(); } onAwake() { } onEnable() { } onStart() { } onUpdate() { } onLateUpdate() { } onDisable() { } onDestroy() { } }