| Property | Defined by | ||
|---|---|---|---|
| animated : Boolean | Marker3DOptions | ||
| color : uint
color of the marker3d
| Marker3DOptions | ||
| height : Number
height of the marker3d
| Marker3DOptions | ||
| interactiv : Boolean
marker3D make this marker interactive
| Marker3DOptions | ||
| radius : Number
radius of the marker3d
| Marker3DOptions | ||
| style : String | Marker3DOptions | ||
| type : String | Marker3DOptions | ||
| Method | Defined by | ||
|---|---|---|---|
|
Marker3DOptions(color:uint, height:Number, radius:Number, type:String = "box", style:String = "solid", animated:Boolean = false, interactive:Boolean = false)
With this class you define the look and behavior of the marker3d
| Marker3DOptions | ||
| Constant | Defined by | ||
|---|---|---|---|
| DEFAULT_COLOR : uint = 0x4499CC [static]
default color of the marker3d
| Marker3DOptions | ||
| DEFAULT_HEIGHT : Number = 100 [static]
default height of the marker3d
| Marker3DOptions | ||
| DEFAULT_RADIUS : Number = 5 [static]
default radius of the marker3d
| Marker3DOptions | ||
| animated | property |
public var animated:Boolean
| color | property |
public var color:uintcolor of the marker3d
| height | property |
public var height:Numberheight of the marker3d
| interactiv | property |
public var interactiv:Booleanmarker3D make this marker interactive
See also
| radius | property |
public var radius:Numberradius of the marker3d
| style | property |
| type | property |
| Marker3DOptions | () | constructor |
public function Marker3DOptions(color:uint, height:Number, radius:Number, type:String = "box", style:String = "solid", animated:Boolean = false, interactive:Boolean = false)With this class you define the look and behavior of the marker3d
Parameterscolor:uint — color of the marker3d
|
|
height:Number — height of the marker3d
|
|
radius:Number — radius of the marker3d
|
|
type:String (default = "box") — type of the marker3d (Marker3DTypes)
|
|
style:String (default = "solid") — style of the marker3d (Marker3DStyles)
|
|
animated:Boolean (default = false) |
|
interactive:Boolean (default = false) — is the marker3d is interactiv
|
See also
| DEFAULT_COLOR | constant |
public static const DEFAULT_COLOR:uint = 0x4499CCdefault color of the marker3d
| DEFAULT_HEIGHT | constant |
public static const DEFAULT_HEIGHT:Number = 100default height of the marker3d
| DEFAULT_RADIUS | constant |
public static const DEFAULT_RADIUS:Number = 5default radius of the marker3d