Provides the interface for the 3D model.
The objects of this class should not be created directly. They should be created via sap.ui.vk.ContentConnector.
Constructor for a new Scene.
The objects of this class should not be created directly. They should be created via sap.ui.vk.ContentConnector.
new sap.ui.vk.dvl.Scene()
Method | Description |
---|---|
sap.ui.vk.dvl.Scene.extend |
Creates a new subclass of class sap.ui.vk.dvl.Scene with name
|
getDefaultNodeHierarchy |
Gets the default node hierarchy in the Scene object. |
getGraphicsCore |
Gets the GraphicsCore object this Scene object belongs to. |
getId |
Gets the unique ID of the Scene object. |
sap.ui.vk.dvl.Scene.getMetadata |
Returns a metadata object for class sap.ui.vk.dvl.Scene. |
getSceneRef |
Gets the DVL scene ID. |
Creates a new subclass of class sap.ui.vk.dvl.Scene with name sClassName
and enriches it with the information contained in oClassInfo
.
oClassInfo
might contain the same kind of information as described in sap.ui.vk.Scene.extend.
Param | Type | DefaultValue | Description |
---|---|---|---|
sClassName | string |
Name of the class being created |
|
oClassInfo | object |
Object literal with information about the class |
|
FNMetaImpl | function |
Constructor function for the metadata object; if not given, it defaults to the metadata implementation used by this class |