Options
All
  • Public
  • Public/Protected
  • All
Menu

Class OwllyModelEntity

Hierarchy

Index

Constructors

Properties

cache: ModelCache = {}
context: null | OwllyRenderContext
dataNode: null | Model
entity: null | Object3D
id: string
parentId: null | string
selectEntity: any

Methods

  • dispose(): void
  • 注销

    Returns void

  • emit(event: string, ...args: any[]): void
  • 事件发送

    Parameters

    • event: string

      事件名

    • Rest ...args: any[]

      参数

    Returns void

  • meshSetMaterial(object: Object3D): void
  • Parameters

    • object: Object3D

    Returns void

  • off(event: string, callback: Function): void
  • 关闭事件

    Parameters

    • event: string

      事件名

    • callback: Function

      回调

    Returns void

  • on(event: string, callback: Function): void
  • 开启事件

    Parameters

    • event: string

      事件名

    • callback: Function

      回调

    Returns void

  • render(): void
  • Returns void

  • resize(): void
  • Returns void