Packagecom.swfwire.decompiler.data.swf3.tags
Classpublic class PlaceObject2Tag
InheritancePlaceObject2Tag Inheritance SWFTag Inheritance Object



Public Properties
 PropertyDefined By
  characterId : Object
PlaceObject2Tag
  clipActions : ClipActionsRecord
PlaceObject2Tag
  clipDepth : Object
PlaceObject2Tag
  colorTransform : CXFormWithAlphaRecord
PlaceObject2Tag
  depth : uint
PlaceObject2Tag
 Inheritedheader : TagHeaderRecord
SWFTag
  matrix : MatrixRecord
PlaceObject2Tag
  move : Boolean
PlaceObject2Tag
  name : String
PlaceObject2Tag
  ratio : Object
PlaceObject2Tag
Public Methods
 MethodDefined By
  
PlaceObject2Tag(move:Boolean = false, depth:uint = 0, characterId:Object = null, matrix:MatrixRecord = null, colorTransform:CXFormWithAlphaRecord = null, ratio:Object = null, name:String = null, clipDepth:Object = null, clipActions:ClipActionsRecord = null)
PlaceObject2Tag
Property Detail
characterIdproperty
public var characterId:Object

clipActionsproperty 
public var clipActions:ClipActionsRecord

clipDepthproperty 
public var clipDepth:Object

colorTransformproperty 
public var colorTransform:CXFormWithAlphaRecord

depthproperty 
public var depth:uint

matrixproperty 
public var matrix:MatrixRecord

moveproperty 
public var move:Boolean

nameproperty 
public var name:String

ratioproperty 
public var ratio:Object

Constructor Detail
PlaceObject2Tag()Constructor
public function PlaceObject2Tag(move:Boolean = false, depth:uint = 0, characterId:Object = null, matrix:MatrixRecord = null, colorTransform:CXFormWithAlphaRecord = null, ratio:Object = null, name:String = null, clipDepth:Object = null, clipActions:ClipActionsRecord = null)



Parameters
move:Boolean (default = false)
 
depth:uint (default = 0)
 
characterId:Object (default = null)
 
matrix:MatrixRecord (default = null)
 
colorTransform:CXFormWithAlphaRecord (default = null)
 
ratio:Object (default = null)
 
name:String (default = null)
 
clipDepth:Object (default = null)
 
clipActions:ClipActionsRecord (default = null)