public class ProfileBridge extends ColladaElement
The profile bridge. Bridge COLLADA FX to an external FX framework such as NVIDIA's CgFX or Microsoft's Direct3D FX
Constructor and Description |
---|
ProfileBridge() |
Modifier and Type | Method and Description |
---|---|
Asset |
getAsset()
Gets or sets the asset.
|
Extra[] |
getExtra()
Gets or sets the extra.
|
String |
getId()
Gets or sets the id.
|
String |
getPlatform()
Gets or sets the platform.
|
String |
getUrl()
Gets or sets the url.
|
void |
setAsset(Asset value)
Gets or sets the asset.
|
void |
setExtra(Extra[] value)
Gets or sets the extra.
|
void |
setId(String value)
Gets or sets the id.
|
void |
setPlatform(String value)
Gets or sets the platform.
|
void |
setUrl(String value)
Gets or sets the url.
|
public final Asset getAsset()
Gets or sets the asset.
public final void setAsset(Asset value)
Gets or sets the asset.
public final Extra[] getExtra()
Gets or sets the extra.
public final void setExtra(Extra[] value)
Gets or sets the extra.
public final String getId()
Gets or sets the id.
public final void setId(String value)
Gets or sets the id.
public final String getPlatform()
Gets or sets the platform. The type of platform. This is a vendor-defined character string that indicates the platform or capability target for the technique. Optional
public final void setPlatform(String value)
Gets or sets the platform. The type of platform. This is a vendor-defined character string that indicates the platform or capability target for the technique. Optional
public final String getUrl()
Gets or sets the url. The url to the file which we are bridging too.
public final void setUrl(String value)
Gets or sets the url. The url to the file which we are bridging too.