Package | Description |
---|---|
com.aspose.cad.fileformats.collada.fileparser.elements |
Modifier and Type | Method and Description |
---|---|
Asset |
Camera.getAsset()
Gets or sets the asset.
|
Asset |
Collada.getAsset()
Gets or sets the asset element.
|
Asset |
Effect.getAsset()
Gets or sets the asset.
|
Asset |
EvaluateScene.getAsset()
Gets or sets the asset.
|
Asset |
Extra.getAsset()
Gets or sets the asset.
|
Asset |
Geometry.getAsset()
Gets or sets the asset.
|
Asset |
LibraryCameras.getAsset()
Gets or sets the asset.
|
Asset |
LibraryEffects.getAsset()
Gets or sets the asset.
|
Asset |
LibraryGeometries.getAsset()
Gets or sets the asset.
|
Asset |
LibraryMaterials.getAsset()
Gets or sets the asset.
|
Asset |
LibraryVisualScenes.getAsset()
Gets or sets the asset.
|
Asset |
Material.getAsset()
Gets or sets the asset.
|
Asset |
Node.getAsset()
Gets or sets the asset.
|
Asset |
ProfileBridge.getAsset()
Gets or sets the asset.
|
Asset |
ProfileCommon.getAsset()
Gets or sets the asset.
|
Asset |
ProfileCommonTechnique.getAsset()
Gets or sets the asset.
|
Asset |
Source.getAsset()
Gets or sets the asset.
|
Asset |
VisualScene.getAsset()
Gets or sets the asset.
|
Modifier and Type | Method and Description |
---|---|
void |
Camera.setAsset(Asset value)
Gets or sets the asset.
|
void |
Collada.setAsset(Asset value)
Gets or sets the asset element.
|
void |
Effect.setAsset(Asset value)
Gets or sets the asset.
|
void |
EvaluateScene.setAsset(Asset value)
Gets or sets the asset.
|
void |
Extra.setAsset(Asset value)
Gets or sets the asset.
|
void |
Geometry.setAsset(Asset value)
Gets or sets the asset.
|
void |
LibraryCameras.setAsset(Asset value)
Gets or sets the asset.
|
void |
LibraryEffects.setAsset(Asset value)
Gets or sets the asset.
|
void |
LibraryGeometries.setAsset(Asset value)
Gets or sets the asset.
|
void |
LibraryMaterials.setAsset(Asset value)
Gets or sets the asset.
|
void |
LibraryVisualScenes.setAsset(Asset value)
Gets or sets the asset.
|
void |
Material.setAsset(Asset value)
Gets or sets the asset.
|
void |
Node.setAsset(Asset value)
Gets or sets the asset.
|
void |
ProfileBridge.setAsset(Asset value)
Gets or sets the asset.
|
void |
ProfileCommon.setAsset(Asset value)
Gets or sets the asset.
|
void |
ProfileCommonTechnique.setAsset(Asset value)
Gets or sets the asset.
|
void |
Source.setAsset(Asset value)
Gets or sets the asset.
|
void |
VisualScene.setAsset(Asset value)
Gets or sets the asset.
|