Skip to content
On this page

Class: GUITexture

Properties

Accessors

Constructors

Properties

dynamicId

dynamicId: number = -1

Defined in

src/components/gui/core/GUITexture.ts:10


texture

texture: Texture

Defined in

src/components/gui/core/GUITexture.ts:11


width

width: number = 1

Defined in

src/components/gui/core/GUITexture.ts:12


height

height: number = 1

Defined in

src/components/gui/core/GUITexture.ts:13

Accessors

staticId

get staticId(): number

Returns

number

Defined in

src/components/gui/core/GUITexture.ts:15

Constructors

constructor

new GUITexture(texture)

Parameters

NameType
textureTexture

Defined in

src/components/gui/core/GUITexture.ts:19