Skip to content

Home > @esengine/ecs-framework-monorepo > IScene > findEntity

IScene.findEntity() method

查找实体

Signature:

typescript
findEntity(name: string): Entity | null;

Parameters

Parameter

Type

Description

name

string

Returns:

Entity | null

基于 MIT 许可证发布