Hierarchy

  • EndymionCore

Constructors

Properties

apiVersionInitExecuted: boolean = false
communicationInterface: any
defaultColor: Color = ...
defaultPosition: Position = ...
defaultRotation: Rotation = ...
defaultScale: Scale = ...
messageStack: any[] = []
objectId: number = 0
window: Window

Methods

  • Destroy object in Endymion Browser Application
    It is a wrapper for sendAction configured for 'destroy-object'

    Parameters

    • objectId: string | number

    Returns void

  • Send action to Endymion Browser Application
    It is a wrapper for createAction and vuplex.postMessage

    Parameters

    • name: ActionName

      Action Name, for example: 'primitive-create'

    • payload: any

      Definition of action

    Returns void

    void

  • Send multiple actions to Endymion Browser Application
    It is a wrapper for createAction and vuplex.postMessage
    action used is 'multi-action'

    Parameters

    • actionArray: Action[]

      Array of actions

    Returns void

    void

  • Send message to Endymion Browser Application

    Parameters

    • message: any

      message to send of type message

    Returns void

    objectId

Generated using TypeDoc