| Package | com.as3dmod.plugins |
| Class | public class Library3d |
See also
| Property | Defined by | ||
|---|---|---|---|
| id : String [read-only]
The id of the 3d engine.
| Library3d | ||
| meshClass : String [read-only]
The qualified class name that represents a mesh in the 3d engine
| Library3d | ||
| vertexClass : String [read-only]
The qualified class name that represents a vertex in the 3d engine
| Library3d | ||
| id | property |
id:String [read-only]The id of the 3d engine. Usually the name: Papervision3d, Away3d, etc...
Implementation public function get id():String
| meshClass | property |
meshClass:String [read-only]The qualified class name that represents a mesh in the 3d engine
Implementation public function get meshClass():String
| vertexClass | property |
vertexClass:String [read-only]The qualified class name that represents a vertex in the 3d engine
Implementation public function get vertexClass():String