Options
All
  • Public
  • Public/Protected
  • All
Menu

Class NgxControllerComponent

NgxControllerComponent

See the ngx3js docs page for details.

<ngx3js-controller
[type]="'tween'" [options]="'once'" [duration]="info.duration"
></ngx3js-controller>
<ngx3js-controller>
<ngx3js-controller-item
[refRate]="analyser1"
[type]="'material'"
[material]="'emissive'"
[colorType]="'rate'"
></ngx3js-controller-item>
</ngx3js-controller>
<ngx3js-controller>
<ngx3js-controller-item [type]="'autoupdate'"></ngx3js-controller-item>
</ngx3js-controller>
<ngx3js-controller
[type]="'uniforms'"
[controlParams]="{
key: 'time',
speed: controls.speed
}"
></ngx3js-controller>
<ngx3js-controller [type]="'auto'">
<ngx3js-controller-item
[type]="'uniforms'"
[uniform]="'cameraPos'"
[valueType]="'copyposition'"
[refValue]="camera"
></ngx3js-controller-item>
</ngx3js-controller>

Hierarchy

Implements

  • OnInit

Index

Constructors

constructor

Properties

Protected OBJECT_ATTR

OBJECT_ATTR: string[] = ...

Object attr of abstract subscribe component

Protected _cameras

_cameras: QueryList<NgxCameraComponent> = null

The Cameras of controller component

Protected _canvas

_canvas: IHtmlCollection = null

The Canvas of controller component

Protected _canvas2ds

_canvas2ds: QueryList<NgxCanvasComponent> = null

The Canvas2ds of controller component

Protected _changeList

_changeList: string[] = null

Change list of abstract subscribe component

Protected _event

_event: IRendererEvent = null

The Event of controller component

Protected _needUpdate

_needUpdate: boolean = true

Need update of abstract subscribe component

Protected _renderer

_renderer: Renderer = null

The Renderer of controller component

Protected _scene

_scene: I3JS.Scene = null

The Scene of controller component

Protected _scenes

_scenes: QueryList<NgxSceneComponent> = null

The Scenes of controller component

centerX

centerX: number = null

The centerX of controller component

centerY

centerY: number = null

The centerY of controller component

centerZ

centerZ: number = null

The centerZ of controller component

closed

closed: boolean = null

The closed of controller component

color

color: INgxColor = null

The color of controller component

controlComponent

controlComponent: new (ref3d: I3JS.Object3D<Event>, ref2d: IHtmlCollection) => NgxAbstractThreeController = null

Type declaration

controlParams

controlParams: {} = null

The controlParams of controller component

Type declaration

  • [key: string]: any

controllerItemList

controllerItemList: QueryList<NgxControllerItemComponent>

Content children of controller component

curve

curve: string = null

The curve of controller component

Notice - case insensitive.

debug

debug: boolean = false

Debug this Object

delta

delta: number = null

The delta of controller component

duration

duration: number = null

The duration of controller component

enabled

enabled: boolean = true

Enabled or Not

eventSeqn

eventSeqn: number = 1000

The eventSeqn of controller component

Protected id

id: string = ''

The Id of abstract subscribe component

material

material: string = null

The material of controller component

Notice - case insensitive.

mstDuration

mstDuration: number = null

The mstDuration of controller component

multiply

multiply: number = null

The multiply of controller component

onDestory

onDestory: EventEmitter<NgxControllerComponent> = ...

Will be called when before destory. The argument will be the loaded self

onLoad

onLoad: EventEmitter<NgxControllerComponent> = ...

Will be called when load completes. The argument will be the loaded self

opacity

opacity: number = null

The opacity of controller component

options

options: string = null

The options of controller component

Notice - case insensitive.

overrideParams

overrideParams: {} = null

The override params

Type declaration

  • [key: string]: any

Protected parent

parent: any = null

The Parent of abstract subscribe component

radius

radius: number = null

The radius of controller component

radiusX

radiusX: number = null

The radiusX of controller component

radiusY

radiusY: number = null

The radiusY of controller component

radiusZ

radiusZ: number = null

The radiusZ of controller component

Protected refObject2d

refObject2d: IHtmlCollection = null

Ref object2d of controller component

Protected refObject3d

refObject3d: I3JS.Object3D<Event> = null

Ref object3d of controller component

rotationX

rotationX: number = null

The rotationX of controller component

rotationY

rotationY: number = null

The rotationY of controller component

rotationZ

rotationZ: number = null

The rotationZ of controller component

scale

scale: number = null

The scale of controller component

Protected selfAny

selfAny: any = ...

Protected subscribeType

subscribeType: string = null

Subscribe type of abstract subscribe component

tubeRadius

tubeRadius: number = null

The tubeRadius of controller component

tubeRadiusSegments

tubeRadiusSegments: number = null

The tubeRadiusSegments of controller component

tubularSegments

tubularSegments: number = null

The tubularSegments of controller component

tween

tween: {} = null

Tween animation params

Type declaration

  • [key: string]: any

type

type: string = 'auto'

The type of controller component

Notice - case insensitive.

useEvent

useEvent: boolean = false

The useEvent of controller component

userData

userData: any = null

An object that can be used to store custom data about the Object3D. It should not hold references to functions as these will not be cloned.

visible

visible: boolean = false

The visible of controller component

windowExport

windowExport: string = null

Export this Object to window global variables

Accessors

needUpdate

  • set needUpdate(value: boolean): void
  • Sets need update

    Parameters

    • value: boolean

    Returns void

Methods

addChanges

  • addChanges(key: string | string[] | SimpleChanges): void

applyChanges

  • applyChanges(changes: string[]): void

Protected callOnLoad

  • callOnLoad(): void

Protected checkChanges

  • checkChanges(changes: SimpleChanges): SimpleChanges

Protected clearChanges

  • clearChanges(): void

Protected consoleLog

  • consoleLog(key: string, object: any, level?: string): void

Protected consoleLogTime

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

Protected destroyLocalComponent

  • destroyLocalComponent(key: string): void

dispose

  • dispose(): void

Protected getChanges

  • getChanges(): string[]

getController

  • getController(): void

getId

  • getId(): string

getObject

  • getObject<T>(): T

getSubscribe

  • getSubscribe(): Observable<string[]>

Protected getTimeout

  • getTimeout(timeDelay?: number): Promise<void>

getUserData

  • getUserData(): {}

Protected initLocalComponent

  • initLocalComponent<T>(key: string, component: T): T

Protected isIdEuals

  • isIdEuals(id: string): boolean

ngAfterContentInit

  • ngAfterContentInit(): void

ngOnChanges

  • ngOnChanges(changes: SimpleChanges): 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. default change detector has checked data-bound properties if at least one has changed, and before the view and content children are checked.

    Parameters

    • changes: SimpleChanges

      The changed properties.

    Returns void

ngOnDestroy

  • ngOnDestroy(): 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

refreshRefObject3dPosition

  • refreshRefObject3dPosition(): void

resetTween

  • resetTween(): void

runSubscribeNext

  • runSubscribeNext(key: string | string[]): void

setCanvas

Protected setObject

  • setObject(obj: any): void

setObject2d

setObject3d

setParent

  • setParent(parent: any): boolean

setRenderer

setScene

setSubscribeNext

  • setSubscribeNext(key: string | string[]): void

setSubscribeType

  • setSubscribeType(subscribeType: string): void

setTween

  • setTween(tweenData: {}): void

setTweenTarget

  • setTweenTarget(tweenTarget: any): void

setUserData

  • setUserData(key: string, value: any): void

Protected subscribeListQuery

  • subscribeListQuery(queryList: QueryList<any>, subscribeKey: string, changeKey: string): void

Protected subscribeListQueryChange

  • subscribeListQueryChange(queryList: QueryList<any>, subscribeKey: string, changeKey: string): void

Protected subscribeRefer

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

Protected subscribeReferList

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

Protected unSubscribeRefer

  • unSubscribeRefer(key: string): void

Protected unSubscribeReferList

  • unSubscribeReferList(key: string): void

Protected unSubscription

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

update

updateInputParams

  • updateInputParams(params: {}, firstChange?: boolean, changes?: SimpleChanges, type?: string): void

Generated using TypeDoc