| Package | com.catalystapps.gaf.display |
| Interface | public interface IGAFTexture |
GAFImage.
| Property | Defined By | ||
|---|---|---|---|
| id : String [read-only]
An internal identifier of the region in a texture atlas. | IGAFTexture | ||
| pivotMatrix : Matrix [read-only]
Returns pivot matrix of the static GAF display object. | IGAFTexture | ||
| texture : Texture [read-only]
Returns Starling Texture object. | IGAFTexture | ||
| Method | Defined By | ||
|---|---|---|---|
Returns a new object that is a clone of this object. | IGAFTexture | ||
copyFrom(newTexture:IGAFTexture):void
Copies all of the data from the source object into the calling IGAFTexture object
| IGAFTexture | ||
| id | property |
id:String [read-only] An internal identifier of the region in a texture atlas.
public function get id():String| pivotMatrix | property |
pivotMatrix:Matrix [read-only] Returns pivot matrix of the static GAF display object.
public function get pivotMatrix():Matrix| texture | property |
texture:Texture [read-only] Returns Starling Texture object.
public function get texture():Texture| clone | () | method |
public function clone():IGAFTextureReturns a new object that is a clone of this object.
ReturnsIGAFTexture — object with interface IGAFTexture
|
| copyFrom | () | method |
public function copyFrom(newTexture:IGAFTexture):void
Copies all of the data from the source object into the calling IGAFTexture object
Parameters
newTexture:IGAFTexture — the IGAFTexture object from which to copy the data
|