构造函数 |
|---|
| 签名 | Behaviour(engine: Engine): Behaviour |
|---|
| 参数 | engine: Engine |
|---|
| 返回 | Behaviour |
|---|
|
属性 |
|---|
|
访问器 |
|---|
#AisActiveAndEnabled继承自 Component.isActiveAndEnabled | 签名 | GETisActiveAndEnabled(): boolean |
|---|
| 修饰 | 继承自 Component.isActiveAndEnabled |
|---|
| 描述 | |
|---|
| 返回 | boolean |
|---|
| 签名 | GETtransform(): Transform |
|---|
| 修饰 | 继承自 Component.transform |
|---|
| 描述 | |
|---|
| 返回 | Transform |
|---|
|
方法 |
|---|
| 签名 | fromData(data: any): void |
|---|
| 修饰 | 继承自 Component.fromData |
|---|
| 描述 | |
|---|
| 参数 | |
|---|
| 返回 | void |
|---|
| 签名 | |
|---|
| 修饰 | 继承自 Component.getInstanceId |
|---|
| 描述 | |
|---|
| 返回 | string |
|---|
| 签名 | onApplyAnimationProperties(): void |
|---|
| 修饰 | 继承自 Component.onApplyAnimationProperties |
|---|
| 描述 | |
|---|
| 返回 | void |
|---|
| 签名 | |
|---|
| 修饰 | 继承自 Component.onAwake |
|---|
| 描述 | |
|---|
| 返回 | void |
|---|
| 签名 | |
|---|
| 修饰 | 继承自 Component.onDestroy |
|---|
| 描述 | |
|---|
| 返回 | void |
|---|
| 签名 | |
|---|
| 修饰 | 继承自 Component.onDisable |
|---|
| 描述 | |
|---|
| 返回 | void |
|---|
| 签名 | |
|---|
| 修饰 | 继承自 Component.onEnable |
|---|
| 描述 | |
|---|
| 返回 | void |
|---|
| 签名 | onLateUpdate(dt: number): void |
|---|
| 修饰 | 继承自 Component.onLateUpdate |
|---|
| 描述 | |
|---|
| 参数 | dt: number |
|---|
| 返回 | void |
|---|
| 签名 | |
|---|
| 修饰 | 继承自 Component.onStart |
|---|
| 描述 | |
|---|
| 返回 | void |
|---|
| 签名 | onUpdate(dt: number): void |
|---|
| 修饰 | 继承自 Component.onUpdate |
|---|
| 描述 | |
|---|
| 参数 | dt: number |
|---|
| 返回 | void |
|---|
| 签名 | setInstanceId(guid: string): void |
|---|
| 修饰 | 继承自 Component.setInstanceId |
|---|
| 参数 | guid: string |
|---|
| 返回 | void |
|---|
| 签名 | |
|---|
| 修饰 | 继承自 Component.toData |
|---|
| 返回 | void |
|---|
| 签名 | is(obj: unknown): obj is EffectsObject |
|---|
| 修饰 | 继承自 Component.is |
|---|
| 描述 | |
|---|
| 参数 | obj: unknown |
|---|
| 返回 | obj is EffectsObject |
|---|
|