Preparing search index...
The search index is not available
Akashic Engine
Akashic Engine
SurfaceAtlasSlot
Class SurfaceAtlasSlot
SurfaceAtlasの空き領域管理クラス。
本クラスのインスタンスをゲーム開発者が直接生成することはなく、ゲーム開発者が利用する必要もない。
Index
Constructors
constructor
Properties
height
next
prev
width
x
y
Constructors
constructor
new
Surface
Atlas
Slot
(
x
,
y
,
width
,
height
)
:
SurfaceAtlasSlot
Parameters
x
:
number
y
:
number
width
:
number
height
:
number
Returns
SurfaceAtlasSlot
Properties
height
height
:
number
next
next
:
null
|
SurfaceAtlasSlot
prev
prev
:
null
|
SurfaceAtlasSlot
width
width
:
number
x
x
:
number
y
y
:
number
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
constructor
height
next
prev
width
x
y
Akashic Engine
Loading...
SurfaceAtlasの空き領域管理クラス。
本クラスのインスタンスをゲーム開発者が直接生成することはなく、ゲーム開発者が利用する必要もない。