Package | com.swfwire.decompiler.data.swf3.tags |
Class | public class PlaceObject2Tag |
Inheritance | PlaceObject2Tag ![]() ![]() |
Property | Defined By | ||
---|---|---|---|
characterId : Object | PlaceObject2Tag | ||
clipActions : ClipActionsRecord | PlaceObject2Tag | ||
clipDepth : Object | PlaceObject2Tag | ||
colorTransform : CXFormWithAlphaRecord | PlaceObject2Tag | ||
depth : uint | PlaceObject2Tag | ||
![]() | header : TagHeaderRecord | SWFTag | |
matrix : MatrixRecord | PlaceObject2Tag | ||
move : Boolean | PlaceObject2Tag | ||
name : String | PlaceObject2Tag | ||
ratio : Object | PlaceObject2Tag |
Method | Defined 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 |
characterId | property |
public var characterId:Object
clipActions | property |
public var clipActions:ClipActionsRecord
clipDepth | property |
public var clipDepth:Object
colorTransform | property |
public var colorTransform:CXFormWithAlphaRecord
depth | property |
public var depth:uint
matrix | property |
public var matrix:MatrixRecord
move | property |
public var move:Boolean
name | property |
public var name:String
ratio | property |
public var ratio:Object
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)
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 )
|