public TypeRegistryItemAttribute(string name = null, string categoryPath = null, SdfIconType icon = SdfIconType.None, float lightIconColorR = 0F, float lightIconColorG = 0F, float lightIconColorB = 0F, float lightIconColorA = 0F, float darkIconColorR = 0F, float darkIconColorG = 0F, float darkIconColorB = 0F, float darkIconColorA = 0F, int priority = 0)
System.String |
name |
|
System.String |
categoryPath |
|
SdfIconType |
icon |
|
System.Single |
lightIconColorR |
|
System.Single |
lightIconColorG |
|
System.Single |
lightIconColorB |
|
System.Single |
lightIconColorA |
|
System.Single |
darkIconColorR |
|
System.Single |
darkIconColorG |
|
System.Single |
darkIconColorB |
|
System.Single |
darkIconColorA |
|
System.Int32 |
priority |
|