Options
All
  • Public
  • Public/Protected
  • All
Menu

Class NgxAbstractThreeDirective

NgxAbstractObject3dDirective Abstract

export
abstract

Hierarchy

Index

Constructors

constructor

Properties

Protected elapsedTime

elapsedTime: number = 0

Elapsed time of abstract object3d directive

Protected enabled

enabled: boolean = false

Enabled of abstract directive

Protected objectCom

objectCom: any

Protected objectFunction

objectFunction: TObjectFunction = null

Object3d function of abstract object3d directive

Accessors

Protected object

Methods

Protected consoleLogTime

  • consoleLogTime(key: string, object: any, repeat?: number): void

Protected getEasing

  • getEasing(type: string, speed: number, repeat?: string, start: number, end: number): I3JS.EasingFunction

ngOnDestroy

  • ngOnDestroy(): void
  • A callback method that performs custom clean-up, invoked immediately before a directive, pipe, or service instance is destroyed.

    Returns void

ngOnInit

  • ngOnInit(): void
  • A callback method that is invoked immediately after the default change detector has checked the directive's data-bound properties for the first time, and before any of the view or content children have been checked. It is invoked only once when the directive is instantiated.

    Returns void

Protected pause

  • pause(): void

Protected play

  • play(): void

setObjectFunction

Protected subscribeRefer

  • subscribeRefer(key: string, subscription: Subscription): void

Protected unSubscribeRefer

  • unSubscribeRefer(key: string): void

Protected unSubscription

  • unSubscription(subscriptions: Subscription[]): Subscription[]

update

Generated using TypeDoc