Class BaseObject<Geometry_Params>

Type Parameters

  • Geometry_Params = any

Hierarchy (view full)

Constructors

Properties

_id: string
_prefabId: string
_scriptsTypes: typeof BaseBehaviour[] = []
initiaProps: any = {}
name: string
scripts: {
    [key: string]: BaseBehaviour;
}

Type declaration

threeObj?: Object3D<Event>

Methods

  • Returns undefined | Object3D<Event> | Promise<undefined | Object3D<Event>>

  • Parameters

    • defaultMaterialProps: MeshBasicMaterialParameters
    • materialProps: MeshBasicMaterialParameters

    Returns any

Generated using TypeDoc