Skip to content

i-renderer.entity overview


Table of contents


utils

IRendererEntity (class)

Represents a base class for a renderer entity.

Signature

export declare class IRendererEntity<D, R, TypeDoc> {
  constructor(public readonly renderer: TypeDoc['renderer'])
}

onSpawned (method)

Signature

onSpawned(world: GgWorld<D, R, TypeDoc>)

dispose (method)

Signature

dispose()

tickOrder (property)

Signature

readonly tickOrder: TickOrder.RENDERING

_rendererSize$ (property)

Represents the current size of the renderer.

Signature

_rendererSize$: any