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