When this component is added to a [[Slot]] with a [[Component:SkinnedMeshRenderer|SkinnedMeshRenderer]] or [[Component:MeshRenderer|MeshRenderer]] attached, it allows one to limit the effects of the [[Material Tool]].
When this component is added to a [[Slot]] with a [[Component:SkinnedMeshRenderer|SkinnedMeshRenderer]] or [[Component:MeshRenderer|MeshRenderer]] attached, it allows one to limit the effects of the [[Material Tool]].
<!--T:6-->
Setting <code>CanApply</code> to false will prevent the Material Tool from applying materials to any SkinnedMeshRenderer/MeshRenderer components in the slot.
Setting <code>CanApply</code> to false will prevent the Material Tool from applying materials to any SkinnedMeshRenderer/MeshRenderer components in the slot.
</translate>
</translate>
<translate>
<translate>
== Examples == <!--T:4-->
<!--T:4-->
== Examples ==
On an avatar, you can try adding this component to the Slot of each SkinnedMeshRender, setting <code>CanApply</code> to false in each case. Doing this will ensure that the avatar's material cannot be changed by the Material Tool.
On an avatar, you can try adding this component to the Slot of each SkinnedMeshRender, setting <code>CanApply</code> to false in each case. Doing this will ensure that the avatar's material cannot be changed by the Material Tool.
<!--T:7-->
Adding this component to the Slot of a MeshRender and setting <code>CanApply</code> to true can allow one to explicitly change the material in specific places on small objects.
Adding this component to the Slot of a MeshRender and setting <code>CanApply</code> to true can allow one to explicitly change the material in specific places on small objects.
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.