Skip to content
On this page

Class: BaseTexture

纹理

Hierarchy

Table of contents

Constructors

Properties

Constructors

constructor

new BaseTexture()

Properties

height

height: number = 0

截取高度

Defined in

src/core/texture/BaseTexture.ts:20


width

width: number = 0

截取宽度

Defined in

src/core/texture/BaseTexture.ts:16


x

x: number = 0

记录x偏移

Defined in

src/core/texture/BaseTexture.ts:8


y

y: number = 0

记录y偏移

Defined in

src/core/texture/BaseTexture.ts:12