GoudEngine TypeScript SDK
Preparing search index...
types/engine.g
IEntity
Interface IEntity
Opaque handle to an ECS entity
interface
IEntity
{
generation
:
number
;
index
:
number
;
isPlaceholder
:
boolean
;
toBits
()
:
bigint
;
}
Index
Properties
generation
index
is
Placeholder
Methods
to
Bits
Properties
Readonly
generation
generation
:
number
Readonly
index
index
:
number
Readonly
is
Placeholder
isPlaceholder
:
boolean
Methods
to
Bits
toBits
()
:
bigint
Returns
bigint
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
generation
index
is
Placeholder
Methods
to
Bits
GoudEngine TypeScript SDK
Loading...
Opaque handle to an ECS entity