若葉ヘルパー Class Library
Helper..::.SpriteInfo Structure
名前空間WakabaHelperHelper..::.SpriteInfo
スプライト情報の構造体。
Declaration Syntax
C#Visual BasicVisual Basic UsageVisual C++J#JScriptJavaScriptXAML
public struct SpriteInfo
Public Structure SpriteInfo
Dim instance As Helper.SpriteInfo
public value class SpriteInfo
[<SealedAttribute>]
type SpriteInfo =  struct end
public final class SpriteInfo extends ValueType
JScript supports the use of structures, but not the declaration of new ones.
JavaScript supports the use of structures, but not the declaration of new ones.
Members
All MembersMethodsFields



IconMemberDescription
Angle
回転角度。

Equals(Object)
このインスタンスと指定したオブジェクトが等しいかどうかを示します。
(Inherited from ValueType.)
GetHashCode()()()
このインスタンスのハッシュ コードを返します。
(Inherited from ValueType.)
GetType()()()
現在のインスタンスの Type を取得します。
(Inherited from Object.)
Height
スプライトの高さ。

IsReference
参照スプライト。(True:参照スプライト False:通常スプライト)

IsShow
スプライト表示。(True:表示 False:非表示)

Name
スプライト名。

Priority
表示順位。

Scale
拡大、縮小サイズ。

ToString()()()
このインスタンスの完全修飾型名を返します。
(Inherited from ValueType.)
Transparent
透明度。

Width
スプライトの幅。

X
表示位置のX座標。

Y
表示位置のY座標。

Remarks
スプライト情報の構造体。

アセンブリ: Wakaba (モジュール: Wakaba) バージョン: 2.4.3.0 (2.4.3)