Toggle navigation
Hot Examples
JP
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
検索
Home
Sparrow
Textures
TextureInfo
C# Class Sparrow.Textures.TextureInfo
ファイルを表示
Open project: fmotagarcia/sparrow-sharp
Public Properties
Property
Type
Description
Frame
Sparrow.Geom.Rectangle
Region
Sparrow.Geom.Rectangle
Rotated
bool
Public Methods
Method
Description
TextureInfo
(
Rectangle
region
,
Rectangle
frame
,
bool
rotated
) :
Sparrow.Geom
Method Details
TextureInfo()
public
method
public
TextureInfo
(
Rectangle
region
,
Rectangle
frame
,
bool
rotated
) :
Sparrow.Geom
region
Sparrow.Geom.Rectangle
frame
Sparrow.Geom.Rectangle
rotated
bool
return
Sparrow.Geom
Property Details
Frame
public_oe property
public
Rectangle,Sparrow.Geom
Frame
return
Sparrow.Geom.Rectangle
Region
public_oe property
public
Rectangle,Sparrow.Geom
Region
return
Sparrow.Geom.Rectangle
Rotated
public_oe property
public
bool
Rotated
return
bool