Sets the
Material and
Color that are applied to the Play Area.
Syntax
public void setMaterial(
UnityEngine.Material ,
UnityEngine.Color
)
Parameters
- newMaterial
- The new Material to apply to the Play Area.
- newColor
- The new Color to apply to the Play Area.
See Also