Skip to content

Latest commit

 

History

History
91 lines (61 loc) · 2.29 KB

README.md

File metadata and controls

91 lines (61 loc) · 2.29 KB

GPUParticleSystem

基于GPU的粒子系统。使用教程可见seinjs-gpu-particle-system

更多请见API文档。

Index

Classes

Interfaces

Functions


Functions

isActor

isActor(value: SObject): boolean

Defined in index.ts:75

判断一个实例是否为DomHUDActor

Parameters:

Name Type
value SObject

Returns: boolean


isComponent

isComponent(value: SObject): boolean

Defined in index.ts:82

判断一个实例是否为DomHUDComponent

Parameters:

Name Type
value SObject

Returns: boolean