Kanzi 3.9.10
StandardMaterial Class Reference

Contains property types of Standard material. More...

Inheritance diagram for StandardMaterial:
[legend]

Static Public Attributes

static final Metaclass metaclass
 The Metaclass for the class.
 

Additional Inherited Members

- Public Attributes inherited from StandardMaterialMetadata
DynamicPropertyType< ColorRGBAAmbientProperty
 Sets the color of the material when lights are not present.
 
DynamicPropertyType< FloatBlendIntensityProperty
 Controls the intensity of materials that are blended on top of an existing color.
 
DynamicPropertyType< Integer > BlendModeProperty
 Sets how to combine the color and alpha values of pixels in one layer or image with those in the underlying layer or image.
 
DynamicPropertyType< ColorRGBADiffuseProperty
 Sets the color of the material when it is lit by a light.
 
DynamicPropertyType< ColorRGBAEmissiveProperty
 Sets the color of the light that is emitted from the material surface.
 
DynamicPropertyType< ColorRGBAGlobalAmbientProperty
 Sets the color that is multiplied automatically with the Ambient property of the materials in the scene.
 
DynamicPropertyType< ResourceGlyphTextureProperty
 The automatic texture of the glyph cache.
 
DynamicPropertyType< Vector2MaskTextureOffsetProperty
 Sets an offset for mask in materials.
 
DynamicPropertyType< ResourceMaskTextureProperty
 Sets the texture that masks another texture or color.
 
DynamicPropertyType< Vector2MaskTextureTilingProperty
 Determines the number of times a mask is presented in a material.
 
AbstractMetaclass metaclass = new AbstractMetaclass("Kanzi.StandardMaterial")
 Metaclass for StandardMaterial.
 
DynamicPropertyType< ColorRGBASpecularColorProperty
 Sets the color of the specular reflection.
 
DynamicPropertyType< FloatSpecularExponentProperty
 Sets the size of the specular highlight.
 
DynamicPropertyType< Vector2TextureOffsetProperty
 Sets an offset for texture in materials.
 
DynamicPropertyType< ResourceTextureProperty
 Sets the texture of the material.
 
DynamicPropertyType< Vector2TextureTilingProperty
 Determines the number of times a texture is presented in a material.
 

Detailed Description

Contains property types of Standard material.

Member Data Documentation

◆ metaclass

final Metaclass metaclass
static
Initial value:
=
com.rightware.kanzi.metadata.StandardMaterialMetadata.metaclass

The Metaclass for the class.