|
MeshBaker
|
Public Member Functions | |
| string | GetName () |
| this name appears in the dropdown list. More... | |
| string | GetDescription (GameObjectFilterInfo fi) |
| returns a description of the game object for this filter eg. More... | |
| int | Compare (GameObjectFilterInfo a, GameObjectFilterInfo b) |
| For sorting Similar to IComparer.Compare More... | |
| int DigitalOpus.MB.Core.GroupByRenderType.Compare | ( | GameObjectFilterInfo | a, |
| GameObjectFilterInfo | b | ||
| ) |
For sorting Similar to IComparer.Compare
Implements DigitalOpus.MB.Core.IGroupByFilter.
| string DigitalOpus.MB.Core.GroupByRenderType.GetDescription | ( | GameObjectFilterInfo | fi | ) |
returns a description of the game object for this filter eg.
renderType=MeshFilter
| fi | Fi. |
Implements DigitalOpus.MB.Core.IGroupByFilter.
| string DigitalOpus.MB.Core.GroupByRenderType.GetName | ( | ) |
this name appears in the dropdown list.
Implements DigitalOpus.MB.Core.IGroupByFilter.