ProfileBridge

Inheritance: java.lang.Object, ColladaElement

The profile bridge. Bridge COLLADA FX to an external FX framework such as NVIDIA’s CgFX or Microsoft’s Direct3D FX

Constructors

ConstructorDescription
ProfileBridge()

Methods

MethodDescription
getAsset()Gets or sets the asset.
setAsset(Asset value)Gets or sets the asset.
getExtra()Gets or sets the extra.
setExtra(Extra[] value)Gets or sets the extra.
getId()Gets or sets the id.
setId(String value)Gets or sets the id.
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
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
getUrl()Gets or sets the url. The url to the file which we are bridging too.
setUrl(String value)Gets or sets the url. The url to the file which we are bridging too.

ProfileBridge()

public ProfileBridge()

getAsset()

public final Asset getAsset()

Gets or sets the asset.

Returns: Asset

setAsset(Asset value)

public final void setAsset(Asset value)

Gets or sets the asset.

getExtra()

public final Extra[] getExtra()

Gets or sets the extra.

Returns: Extra[]

setExtra(Extra[] value)

public final void setExtra(Extra[] value)

Gets or sets the extra.

getId()

public final String getId()

Gets or sets the id.

Returns: String

setId(String value)

public final void setId(String value)

Gets or sets the id.

getPlatform()

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

Returns: String

setPlatform(String value)

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

getUrl()

public final String getUrl()

Gets or sets the url. The url to the file which we are bridging too.

Returns: String

setUrl(String value)

public final void setUrl(String value)

Gets or sets the url. The url to the file which we are bridging too.