Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


MaterialSettingsCallbackAttribute

This attribute is used as a callback to set SRP specific properties from the importer.
Read time 3 minutesLast updated 6 days ago

Definition

[AttributeUsage(AttributeTargets.Method, AllowMultiple = true)]public class MaterialSettingsCallbackAttribute : Attribute

Fields

Value

Description

MethodVersionThe version of the method.

Constructors

Constructor

Description

MaterialSettingsCallbackAttribute(System.Int32)Initializes a new instance of the MaterialSettingsCallbackAttribute with the given method version.

Inheritance

Inherited Members