Class: BestCommentatorGroup

ov. BestCommentatorGroup

new ov.BestCommentatorGroup()

webgl/ov-BestCommentatorGroup.js, line 5

最佳解說員群組,可根據自己的需要將功能以劇本方式編排,然後照劇本設定演示

Members

readonlycount

實體數量

Properties:
Name Type Description
count Number

實體數量

description

最佳解說員群組描述

Properties:
Name Type Description
description String

描述

readonlyentities

實體陣列

Properties:
Name Type Description
entities Array.<ov.BestCommentatorEntity>

實體陣列

name

最佳解說員群組名稱

Properties:
Name Type Description
name String

名稱

Methods

createEntity(name, type){ov.BestCommentatorEntity}

webgl/ov-BestCommentatorGroup.js, line 157

新增一個最佳解說員的圖素(部分圖素只能透過程式碼加入)

Name Type Description
name String

圖素名稱。

type Number

建立圖素的類型,參考ov.BESTCOMMENTATOR_ENTITY_TYPE。

Returns:
Type Description
ov.BestCommentatorEntity 最佳解說員的圖素

createEntityUI()

webgl/ov-BestCommentatorGroup.js, line 180

顯示建立命令實體的對話框

deleteEntity(entity)

webgl/ov-BestCommentatorGroup.js, line 220

刪除圖素

Name Type Description
entity ov.BestCommentatorEntity

刪除指定圖素

entityDownward(entity)

webgl/ov-BestCommentatorGroup.js, line 243

下移圖素

Name Type Description
entity ov.BestCommentatorEntity

下移指定的圖素

entityUpward(entity)

webgl/ov-BestCommentatorGroup.js, line 233

上移圖素

Name Type Description
entity ov.BestCommentatorEntity

上移指定的圖素

getProperty(){ov.BestCommentatorGroup.GroupProperty}

webgl/ov-BestCommentatorGroup.js, line 378

取得最佳解說員群組屬性參數。

Returns:
Type Description
ov.BestCommentatorGroup.GroupProperty 屬性參數。

play()

webgl/ov-BestCommentatorGroup.js, line 363

呼叫撥放

playStartAt(entity)

webgl/ov-BestCommentatorGroup.js, line 356

從指定的實體開始撥放

Name Type Description
entity ov.BestCommentatorEntity

resetShellObject()

webgl/ov-BestCommentatorGroup.js, line 142

依照核心引擎的狀態將殼層物件重設

setProperty(property)

webgl/ov-BestCommentatorGroup.js, line 386

設定最佳解說員群組屬性參數。

Name Type Description
property ov.BestCommentatorGroup.GroupProperty

屬性參數。

showEntityPropertyUI(entity)

webgl/ov-BestCommentatorGroup.js, line 305

在屬性視窗顯示旗下的指定圖素屬性

Name Type Description
entity ov.BestCommentatorEntity

指定的最佳解說員實體

showGroupPropertyUI()

webgl/ov-BestCommentatorGroup.js, line 252

在屬性視窗顯示群組自身的屬性

stop()

webgl/ov-BestCommentatorGroup.js, line 370

停止撥放

Type Definitions

ov.BestCommentatorGroup.GroupPropertyObject

最佳解說員群組屬性參數。

Properties:
Name Type Argument Default Description
ClearDrawingEntity "rebuild" | "replaying" | "finished" <optional>
"rebuild"

重建繪圖實體的時機。

NextGroup String <optional>

下一個要播放的群組名稱。