Kanzi  3.9.5
Java API
MaterialBrushMetadata Interface Reference

Metadata definitions for MaterialBrush. More...

Inheritance diagram for MaterialBrushMetadata:
[legend]

Public Attributes

DynamicPropertyType< ResourceMaterialProperty
 Material used when drawing with the brush. More...
 
AbstractMetaclass metaclass = new AbstractMetaclass("Kanzi.MaterialBrush")
 Metaclass for MaterialBrush.
 
- Public Attributes inherited from BrushMetadata
DynamicPropertyType< Float > HorizontalTilingProperty
 Horizontal Tiling for the brush. More...
 
AbstractMetaclass metaclass = new AbstractMetaclass("Kanzi.Brush")
 Metaclass for Brush.
 
DynamicPropertyType< ColorRGBAModulateColorProperty
 Modulation color for brush. More...
 
DynamicPropertyType< Float > VerticalTilingProperty
 Vertical Tiling for the brush. More...
 
- Public Attributes inherited from ResourceMetadata
AbstractMetaclass metaclass = new AbstractMetaclass("Kanzi.Resource")
 Metaclass for Resource.
 

Detailed Description

Metadata definitions for MaterialBrush.

Member Data Documentation

◆ MaterialProperty

DynamicPropertyType<Resource> MaterialProperty
Initial value:
=
new DynamicPropertyType<>("MaterialBrush.Material", Resource.class)

Material used when drawing with the brush.