Interface IHasOrder
Provides a customized implementation to return the order of the object
Namespace: Unity.VisualCompositor
Syntax
public interface IHasOrder
Methods
GetOrder()
Gets the order
Declaration
int GetOrder()
Returns
Type | Description |
---|---|
Int32 | The order |