示例#1
0
 public void AddPropertie(string name, ScalerVar propertie)
 {
     _properties.Remove(name);
     _properties.Add(DictEntry.Root(name, new DictItem(propertie)));
 }
 public SurfaceNormalFixedValue(string patchName, ScalerVar refValue) : base(patchName)
 {
     this._value   = refValue;
     this.TypeName = "surfaceNormalFixedValue";
 }