formZ SDK | 5.0 API Reference | Project | Modeling | Attributes

fz_objt_attr_sort_objt_decals

Description

Set the order of the decal groups in an object decal attribute. The decal_indx_order array passed in contains the indices of the decal group in the new order. This array must be exactly ndecals fzrt_int and must contain each index exactly once.

Plugin Prototype

fzrt_error_td fz_objt_attr_sort_objt_decals(

fzrt_int

windex,

fz_objt_ptr

obj,

fzrt_int *

decal_indx_order )

Parameters

windex [Input]

project window index

obj [Input]

object

decal_indx_order [Input]

decal order

Availability

5.0.0.0

Example Files

util_attr_decal.fsl

See Also

fz_objt_attr_add_objt_decal_grp

Function Set

fz_objt_attr_fset


Defined in

fz_objt_decal_api.h