Searched refs:EffectScope (Results 1 – 5 of 5) sorted by relevance
201 | scope | [EffectScope](#effectscope12枚举说明) | 否 | 动效范围。<br/>默认值:EffectScope.LAYER |271 | scope | [EffectScope](#effectscope12枚举说明) | 否 | 动效范围。<br/>默认值:EffectScope.LAYER |275 constructor(scope?: EffectScope)289 | scope | [EffectScope](#effectscope12枚举说明) | 否 | 动效范围。<br/>默认值:EffectScope.LAYER |305 | scope | [EffectScope](#effectscope12枚举说明) | 否 | 动效范围。<br/>默认值:EffectScope.LAYER |309 constructor(scope?: EffectScope)323 | scope | [EffectScope](#effectscope12枚举说明) | 否 | 动效范围。<br/>默认值:EffectScope.LAYER |375 | scope | [EffectScope](#effectscope12枚举说明) | 否 | 动效范围。<br/>默认值:EffectScope.LAYER |379 constructor(scope?: EffectScope)393 | scope | [EffectScope](#effectscope12枚举说明) | 否 | 动效范围。<br/>默认值:EffectScope.LAYER |[all …]
201 | scope | [EffectScope](#effectscope12) | No | Effect scope.<br>Default value: **EffectScope…271 | scope | [EffectScope](#effectscope12) | No | Effect scope.<br>Default value: **EffectScope.LAYER…275 constructor(scope?: EffectScope)289 | scope | [EffectScope](#effectscope12) | No | Effect scope.<br>Default value: **EffectScope.LAYE…305 | scope | [EffectScope](#effectscope12) | No | Effect scope.<br>Default value: **EffectScope.LAYER…309 constructor(scope?: EffectScope)323 | scope | [EffectScope](#effectscope12) | No | Effect scope.<br>Default value: **EffectScope.LAYE…375 | scope | [EffectScope](#effectscope12) | No | Effect scope.<br>Default value: **EffectScope.LAYER…379 constructor(scope?: EffectScope)393 | scope | [EffectScope](#effectscope12) | No | Effect scope.<br>Default value: **EffectScope.LAYE…[all …]
248 ….symbolEffect(new BounceSymbolEffect(EffectScope.WHOLE, EffectDirection.UP), this.triggerValueRepl…304 .symbolEffect(new ReplaceSymbolEffect(EffectScope.WHOLE), this.triggerValueReplace)
1336 var EffectScope; variable1337 (function (EffectScope) {1338 EffectScope[EffectScope["LAYER"] = 0] = "LAYER";1339 EffectScope[EffectScope["WHOLE"] = 1] = "WHOLE";1340 })(EffectScope || (EffectScope = {}));
248 ….symbolEffect(new BounceSymbolEffect(EffectScope.WHOLE, EffectDirection.UP), this.triggerValueRepl…302 .symbolEffect(new ReplaceSymbolEffect(EffectScope.WHOLE), this.triggerValueReplace)