Skip to content

Latest commit

 

History

History
67 lines (37 loc) · 928 Bytes

README.md

File metadata and controls

67 lines (37 loc) · 928 Bytes

DomHUD

基于DOM的HUD。使用教程可见seinjs-dom-hud

更多请见API文档。

Index

Classes

Interfaces

Functions


Functions

isActor

isActor(value: SObject): boolean

Defined in index.ts:25

判断一个实例是否为DomHUDActor

Parameters:

Name Type
value SObject

Returns: boolean


isComponent

isComponent(value: SObject): boolean

Defined in index.ts:32

判断一个实例是否为DomHUDComponent

Parameters:

Name Type
value SObject

Returns: boolean