Class KaijuFilterData<T>
Data for lobbies which can be searched upon and filters results.
Inherited Members
Namespace: KaijuSolutions.MultiplayerEngine
Syntax
public abstract class KaijuFilterData<T> : KaijuData<T>
Type Parameters
| Name | Description |
|---|---|
| T |
Properties
SearchType
How to handle this value.
Declaration
public KaijuSearchType SearchType { get; protected set; }
Property Value
| Type | Description |
|---|---|
| KaijuSearchType |
Methods
OrderingCheck()
Check if based on the current sorting requirements if we should even bother ordering.
Declaration
protected sealed override bool OrderingCheck()
Returns
| Type | Description |
|---|---|
| System.Boolean | If this should be ordered. |
Overrides
KaijuSolutions.MultiplayerEngine.KaijuData<T>.OrderingCheck()