public class Collada extends ColladaElement
The COLLADA element declares the root of the document that comprises some of the content in the COLLADA schema.
Constructor and Description |
---|
Collada()
Initializes a new instance of the
Collada class. |
Modifier and Type | Method and Description |
---|---|
Asset |
getAsset()
Gets or sets the asset element.
|
String |
getBase()
Gets or sets the base.
|
Extra[] |
getExtra()
Gets or sets the extra.
|
Object[] |
getItems()
Gets or sets the libraries items.
|
Scene |
getScene()
Gets or sets the scene.
|
String |
getVersion()
Gets or sets the version.
|
void |
setAsset(Asset value)
Gets or sets the asset element.
|
void |
setBase(String value)
Gets or sets the base.
|
void |
setExtra(Extra[] value)
Gets or sets the extra.
|
void |
setItems(Object[] value)
Gets or sets the libraries items.
|
void |
setScene(Scene value)
Gets or sets the scene.
|
void |
setVersion(String value)
Gets or sets the version.
|
public Collada()
Initializes a new instance of the Collada
class.
public final Asset getAsset()
Gets or sets the asset element.
public final void setAsset(Asset value)
Gets or sets the asset element.
public final Object[] getItems()
Gets or sets the libraries items.
public final void setItems(Object[] value)
Gets or sets the libraries items.
public final Scene getScene()
Gets or sets the scene. The scene embodies the entire set of information that can be visualized from the contents of a COLLADA resource. The scene element declares the base of the scene hierarchy or scene graph. The scene contains elements that comprise much of the visual and transformational information content as created by the authoring tools.
public final void setScene(Scene value)
Gets or sets the scene. The scene embodies the entire set of information that can be visualized from the contents of a COLLADA resource. The scene element declares the base of the scene hierarchy or scene graph. The scene contains elements that comprise much of the visual and transformational information content as created by the authoring tools.
public final Extra[] getExtra()
Gets or sets the extra.
public final void setExtra(Extra[] value)
Gets or sets the extra.
public final String getVersion()
Gets or sets the version. The version attribute is the COLLADA schema revision with which the instance document conforms. Required Attribute.
public final void setVersion(String value)
Gets or sets the version. The version attribute is the COLLADA schema revision with which the instance document conforms. Required Attribute.
public final String getBase()
Gets or sets the base. The base attribute allows you to define the base URI for this COLLADA document.
public final void setBase(String value)
Gets or sets the base. The base attribute allows you to define the base URI for this COLLADA document.