Exemplo n.º 1
0
 public IPropertyEditingContext CreatePropertyContext(GUILayer.IGetAndSetProperties getAndSet)
 {
     var ps = new GUILayer.BasicPropertySource(
         getAndSet,
         GetPropertyDescriptors("gap:ErosionSettings"));
     return new XLEBridgeUtils.PropertyBridge(ps);
 }
Exemplo n.º 2
0
 public IPropertyEditingContext CreatePropertyContext(GUILayer.RawMaterial material)
 {
     var ps = new GUILayer.BasicPropertySource(
         new XLEBridgeUtils.RawMaterialShaderConstants_GetAndSet(material),
         GetPropertyDescriptors("gap:RawMaterial"));
     return new XLEBridgeUtils.PropertyBridge(ps);
 }
Exemplo n.º 3
0
        public IPropertyEditingContext CreatePropertyContext(GUILayer.RawMaterial material)
        {
            var ps = new GUILayer.BasicPropertySource(
                new XLEBridgeUtils.RawMaterialShaderConstants_GetAndSet(material),
                GetPropertyDescriptors("gap:RawMaterial"));

            return(new XLEBridgeUtils.PropertyBridge(ps));
        }
Exemplo n.º 4
0
        public IPropertyEditingContext CreatePropertyContext(GUILayer.IGetAndSetProperties getAndSet)
        {
            var ps = new GUILayer.BasicPropertySource(
                getAndSet,
                GetPropertyDescriptors("gap:ErosionSettings"));

            return(new XLEBridgeUtils.PropertyBridge(ps));
        }