Options
All
  • Public
  • Public/Protected
  • All
Menu

Class ArgonSystem

A composition root which instantiates the object graph based on a provided configuration. You generally want to create a new ArgonSystem via the provided init or [[initReality]] functions:

var app = Argon.init(); // app is an instance of ArgonSystem 

Hierarchy

  • ArgonSystem

Index

Constructors

constructor

  • new ArgonSystem(parentElement: string | HTMLDivElement | null | undefined, config: Configuration, container?: Container): ArgonSystem
  • Parameters

    • parentElement: string | HTMLDivElement | null | undefined
    • config: Configuration
    • Default value container: Container = new DI.Container

    Returns ArgonSystem

Properties

container

container: Container

Static Optional instance

instance: ArgonSystem

The ArgonSystem instance which shares a view provided by a manager

Accessors

blurEvent

  • get blurEvent(): Event<void>
  • Returns Event<void>

context

focus

focusEvent

  • get focusEvent(): Event<void>
  • Returns Event<void>

location

providers

  • get providers(): any
  • Returns any

reality

renderEvent

  • get renderEvent(): Event<any>
  • Returns Event<any>

session

updateEvent

  • get updateEvent(): Event<any>
  • Returns Event<any>

view

viewport

visibility

vuforia

Methods

destroy

  • destroy(): void
  • Returns void

Generated using TypeDoc