Component:MaterialApplyPolicy

From Resonite Wiki
Revision as of 00:07, 30 January 2024 by GreaseMonkey (talk | contribs) (Fixing erroneous closing "li" tags)

This article or section is a Stub. You can help the Resonite Wiki by expanding it.


Component image 
Material Apply Policy component as seen in the Scene Inspector


Fields

Fields
Name Type Description
persistent Bool Determines whether or not this item will be saved to the server.
UpdateOrder Int Controls the order in which this component is updated.
Enabled Bool Controls whether or not this component is enabled.
CanApply Bool

Usage

When this component is added to a Slot with a SkinnedMeshRenderer or MeshRenderer attached, it allows one to limit the effects of the Material Tool.

Setting CanApply to false will prevent the Material Tool from applying materials to any SkinnedMeshRenderer/MeshRenderer components in the slot.

Examples

On an avatar, you can try adding this component to the Slot of each SkinnedMeshRender, setting CanApply to false in each case. Doing this will ensure that the avatar's material cannot be changed by the Material Tool.

Adding this component to the Slot of a MeshRender and setting CanApply to true can allow one to explicitly change the material in specific places on small objects.

Related Components