GoudEngine TypeScript SDK
    Preparing search index...

    Interface IEntity

    Opaque handle to an ECS entity

    interface IEntity {
        generation: number;
        index: number;
        isPlaceholder: boolean;
        toBits(): bigint;
    }
    Index

    Properties

    generation: number
    index: number
    isPlaceholder: boolean

    Methods

    • Returns bigint