Packagecom.catalystapps.gaf.display
Interfacepublic interface IGAFTexture

An interface describes objects that contain all data used to initialize static GAF display objects such as GAFImage.



Public Properties
 PropertyDefined 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
Public Methods
 MethodDefined 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
Property Detail
idproperty
id:String  [read-only]

An internal identifier of the region in a texture atlas.


Implementation
    public function get id():String
pivotMatrixproperty 
pivotMatrix:Matrix  [read-only]

Returns pivot matrix of the static GAF display object.


Implementation
    public function get pivotMatrix():Matrix
textureproperty 
texture:Texture  [read-only]

Returns Starling Texture object.


Implementation
    public function get texture():Texture
Method Detail
clone()method
public function clone():IGAFTexture

Returns a new object that is a clone of this object.

Returns
IGAFTexture — 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