DiffuseProfileCallbackAttribute
This attribute is used as a callback to set SRP specific properties from the importer.
Read time 3 minutesLast updated 6 days ago
Definition
- Type: Class
- Namespace: UnityEditor.SpeedTree.Importer
- Assembly: UnityEditor.CoreModule
- Inherits from: Attribute
[AttributeUsage(AttributeTargets.Method, AllowMultiple = true)]public class DiffuseProfileCallbackAttribute : Attribute
Fields
Value | Description |
|---|---|
| MethodVersion | The version of the method. |
Constructors
Constructor | Description |
|---|---|
| DiffuseProfileCallbackAttribute(System.Int32) | Initializes a new instance of the DiffuseProfileCallbackAttribute with the given method version. |