padding 
An extension that unifies padding state and interactions.
Vars | |
_padding_stack_typecache | An internal variable used to hold a typecache for the above list. |
---|---|
padding_color | The paint color for the padding represented by this extension. '#FFFFFF' is treated as 'painted white', while 'null' is treated as 'unpainted'. |
padding_stack_types | What stack types can be used to add padding? |
Procs | |
get_padding_color | Returns the color of the padding, either the painted/dyed color or (optionally) the underlying material color. |
get_padding_material | Returns an object's padding material. |
set_padding_color | Used to change just the paint color on padding. |
Var Details
_padding_stack_typecache 
An internal variable used to hold a typecache for the above list.
padding_color 
The paint color for the padding represented by this extension. '#FFFFFF' is treated as 'painted white', while 'null' is treated as 'unpainted'.
padding_stack_types 
What stack types can be used to add padding?
Proc Details
get_padding_color
Returns the color of the padding, either the painted/dyed color or (optionally) the underlying material color.
get_padding_material
Returns an object's padding material.
set_padding_color
Used to change just the paint color on padding.