TechniqueHint
Inheritance: java.lang.Object, ColladaElement
The technique hint. Add a hint for a platform of which technique to use in this effect.
Constructors
| Constructor | Description |
|---|---|
| TechniqueHint() |
Methods
| Method | Description |
|---|---|
| getPlatform() | Gets or sets the platform. A platform defines a string that specifies which platform this is hint is aimed for. |
| setPlatform(String value) | Gets or sets the platform. A platform defines a string that specifies which platform this is hint is aimed for. |
| getProfile() | Gets or sets the profile. A profile defines a string that specifies which API profile this is hint is aimed for. |
| setProfile(String value) | Gets or sets the profile. A profile defines a string that specifies which API profile this is hint is aimed for. |
| getReference() | Gets or sets the reference. A reference to the technique to use for the specified platform. |
| setReference(String value) | Gets or sets the reference. A reference to the technique to use for the specified platform. |
TechniqueHint()
public TechniqueHint()
getPlatform()
public final String getPlatform()
Gets or sets the platform. A platform defines a string that specifies which platform this is hint is aimed for.
Returns: String
setPlatform(String value)
public final void setPlatform(String value)
Gets or sets the platform. A platform defines a string that specifies which platform this is hint is aimed for.
getProfile()
public final String getProfile()
Gets or sets the profile. A profile defines a string that specifies which API profile this is hint is aimed for.
Returns: String
setProfile(String value)
public final void setProfile(String value)
Gets or sets the profile. A profile defines a string that specifies which API profile this is hint is aimed for.
getReference()
public final String getReference()
Gets or sets the reference. A reference to the technique to use for the specified platform.
Returns: String
setReference(String value)
public final void setReference(String value)
Gets or sets the reference. A reference to the technique to use for the specified platform.