Constructors
- TextureAtlasFrame(TextureAtlas textureAtlas, RenderTextureQuad textureAtlasQuad, String name, int rotation, int offsetX, int offsetY, int originalWidth, int originalHeight, int frameX, int frameY, int frameWidth, int frameHeight, Float32List vxList, Int16List ixList)
Properties
- bitmapData → BitmapData
-
read-only
- frameHeight → int
-
read-only
- frameWidth → int
-
read-only
- frameX → int
-
read-only
- frameY → int
-
read-only
- hashCode → int
-
Get a hash code for this object.
read-only, inherited - ixList → Int16List
-
read-only
- name → String
-
read-only
- offsetX → int
-
read-only
- offsetY → int
-
read-only
- originalHeight → int
-
read-only
- originalWidth → int
-
read-only
- rotation → int
-
read-only
- runtimeType → Type
-
A representation of the runtime type of the object.
read-only, inherited - textureAtlas → TextureAtlas
-
read-only
- textureAtlasQuad → RenderTextureQuad
-
read-only
- vxList → Float32List
-
read-only
Operators
-
operator ==(
other) → bool -
The equality operator.
inherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed.
inherited -
toString(
) → String -
Returns a string representation of this object.
inherited