formZ SDK | 5.0 API Reference | Project | Modeling | Rendering | Render Materials
Description
Indicates how to delete a surface style. This enum is used in the function .
enum fz_rmtl_repl_opt_enum {
FZ_RMTL_DELETE_REPLACE_CURRENT,
FZ_RMTL_DELETE_REPLACE_GIVEN,
FZ_RMTL_DELETE_REPLACE_ASK };
Members
FZ_RMTL_DELETE_REPLACE_CURRENT
Replaces the deleted surface style with the current surface style in the windex. If the deleted surface style is also the current surface style a new surface style will be chosen first
FZ_RMTL_DELETE_REPLACE_GIVEN
Replaces the deleted surface style with the given surface style
FZ_RMTL_DELETE_REPLACE_ASK
Brings up a picker dialog which lets the user choose which surface style will be substituted
Availability
5.0.0.0
See Also
,
Defined in