Method Get
Get<T>()
Get the stage ID for the given stage type.
Declaration
public static NetworkPipelineStageId Get<T>() where T : unmanaged, INetworkPipelineStage
Returns
Type | Description |
---|---|
NetworkPipelineStageId | Stage ID for the given stage type. |
Type Parameters
Name | Description |
---|---|
T | Type of the INetworkPipelineStage. |