Skip to main content

TPoolableActor

Hierarchy

Index

Properties

acquired

acquired: boolean

Set to true when the actor is acquired from the pool

publiccomponents

components: default[] = []

List of components that belong to this actor

publicdead

dead: boolean = false

pool

publicrootComponent

rootComponent: default = ...

Root component for the actor

publicuuid

uuid: string = ...

publicoptionalworld

world?: default

Methods

publicdestroy

  • destroy(): void
  • Returns void

publicgetRenderTasks

  • getRenderTasks(): TSerializedRenderTask[]
  • Returns TSerializedRenderTask[]

publiconEnterCollisionClass

  • Parameters

    Returns void

reset

  • reset(): void
  • Resets the actor to its initial state


    Returns void