Example #1
0
 public override void Set(string propertyName, Matrix4 value)
 {
     material.SetMatrix(propertyName, value);
 }