Metadata definitions for ShadowEffect2D. More...
Public Attributes | |
| DynamicPropertyType< Float > | AngleProperty |
| Sets the direction of the shadow as an angle relative to the positive x axis. More... | |
| DynamicPropertyType< Float > | BlurRadiusProperty |
| Sets the softness of the shadow by defining the distance in pixels the shadow blur extends outward from an edge. More... | |
| DynamicPropertyType< ColorRGBA > | ColorProperty |
| Sets the color and alpha of the shadow. More... | |
| DynamicPropertyType< Float > | DistanceProperty |
| Sets how far to move the shadow from the object in the direction set by the Shadow Angle property. More... | |
| AbstractMetaclass | metaclass = new AbstractMetaclass("Kanzi.ShadowEffect2D") |
| Metaclass for ShadowEffect2D. | |
| DynamicPropertyType< Integer > | QualityProperty |
| Sets the visual quality of the shadow. More... | |
| DynamicPropertyType< Boolean > | ShadowOnlyProperty |
| Whether to render only the shadow without the node contents. More... | |
| DynamicPropertyType< Integer > | TypeProperty |
| Sets the type of the shadow: More... | |
Public Attributes inherited from NodeEffect2DMetadata | |
| AbstractMetaclass | metaclass = new AbstractMetaclass("Kanzi.NodeEffect2D") |
| Metaclass for NodeEffect2D. | |
Public Attributes inherited from ResourceMetadata | |
| AbstractMetaclass | metaclass = new AbstractMetaclass("Kanzi.Resource") |
| Metaclass for Resource. | |
Metadata definitions for ShadowEffect2D.
| DynamicPropertyType<Float> AngleProperty |
Sets the direction of the shadow as an angle relative to the positive x axis.
The default is 45 degrees.
| DynamicPropertyType<Float> BlurRadiusProperty |
Sets the softness of the shadow by defining the distance in pixels the shadow blur extends outward from an edge.
For a shadow with sharp edges, set to 0. The default is 8 pixels.
| DynamicPropertyType<ColorRGBA> ColorProperty |
Sets the color and alpha of the shadow.
| DynamicPropertyType<Float> DistanceProperty |
Sets how far to move the shadow from the object in the direction set by the Shadow Angle property.
The default is 10 pixels.
| DynamicPropertyType<Integer> QualityProperty |
Sets the visual quality of the shadow.
Lower quality uses less computing and memory resources.
| DynamicPropertyType<Boolean> ShadowOnlyProperty |
Whether to render only the shadow without the node contents.
| DynamicPropertyType<Integer> TypeProperty |
Sets the type of the shadow: