Class QueryBase
Port of WildMagic5 Query class
Inherited Members
Namespace: g3
Assembly: cs.temp.dll.dll
Syntax
public class QueryBase
Methods
Sort(ref Int32, ref Int32)
Declaration
public bool Sort(ref int v0, ref int v1)
Parameters
Type | Name | Description |
---|---|---|
Int32 | v0 | |
Int32 | v1 |
Returns
Type | Description |
---|---|
Boolean |
Sort(ref Int32, ref Int32, ref Int32)
Declaration
public bool Sort(ref int v0, ref int v1, ref int v2)
Parameters
Type | Name | Description |
---|---|---|
Int32 | v0 | |
Int32 | v1 | |
Int32 | v2 |
Returns
Type | Description |
---|---|
Boolean |
Sort(ref Int32, ref Int32, ref Int32, ref Int32)
Declaration
public bool Sort(ref int v0, ref int v1, ref int v2, ref int v3)
Parameters
Type | Name | Description |
---|---|---|
Int32 | v0 | |
Int32 | v1 | |
Int32 | v2 | |
Int32 | v3 |
Returns
Type | Description |
---|---|
Boolean |