public class TechniqueHint extends ColladaElement
The technique hint. Add a hint for a platform of which technique to use in this effect.
Constructor and Description |
---|
TechniqueHint() |
Modifier and Type | Method and Description |
---|---|
String |
getPlatform()
Gets or sets the platform.
|
String |
getProfile()
Gets or sets the profile.
|
String |
getReference()
Gets or sets the reference.
|
void |
setPlatform(String value)
Gets or sets the platform.
|
void |
setProfile(String value)
Gets or sets the profile.
|
void |
setReference(String value)
Gets or sets the reference.
|
public final String getPlatform()
Gets or sets the platform. A platform defines a string that specifies which platform this is hint is aimed for.
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.
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.
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.
public final String getReference()
Gets or sets the reference. A reference to the technique to use for the specified platform.
public final void setReference(String value)
Gets or sets the reference. A reference to the technique to use for the specified platform.