Class BeforeRenderOrderAttribute
Inheritance
BeforeRenderOrderAttribute
Assembly: UnityEngine.dll
Syntax
[AttributeUsage(AttributeTargets.Method)]
public class BeforeRenderOrderAttribute : Attribute, _Attribute
Constructors
|
Improve this Doc
View Source
BeforeRenderOrderAttribute(Int32)
Declaration
public BeforeRenderOrderAttribute(int order)
Parameters
Type |
Name |
Description |
Int32 |
order |
|
Properties
|
Improve this Doc
View Source
order
Declaration
public int order { get; }
Property Value
Implements
Extension Methods