setMaterialPropertyFloat abstract method
Future
setMaterialPropertyFloat(
- ThermionEntity entity,
- String propertyName,
- int materialIndex,
- double value,
Sets the material property propertyName
under material materialIndex
for entity
to value
.
entity
must have a Renderable attached.
Implementation
Future setMaterialPropertyFloat(ThermionEntity entity, String propertyName,
int materialIndex, double value);