Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • CloneControlDto

Index

Constructors

Properties

Constructors

constructor

  • new CloneControlDto(control?: Control, container?: Container, name?: string, host?: AdvancedDynamicTexture): CloneControlDto
  • Parameters

    • Optional control: Control
    • Optional container: Container
    • Optional name: string
    • Optional host: AdvancedDynamicTexture

    Returns CloneControlDto

Properties

Optional container

container: Container

Use container to which the cloned control will be added

default

undefined

optional

true

control

control: Control

Control to clone

default

undefined

Optional host

host: AdvancedDynamicTexture

Host of the cloned control

default

undefined

optional

true

name

name: string

Name of the cloned control

default

clonedControl

Generated using TypeDoc