Interface IExternalDisplayListEntryMaker
Syntax
public interface IExternalDisplayListEntryMaker
Methods
DoNotClip()
Declaration
Returns
| Type |
Description |
| System.Boolean |
|
Filter(ref EntityQueryBuilder)
Declaration
void Filter(ref EntityQueryBuilder query)
Parameters
| Type |
Name |
Description |
| EntityQueryBuilder |
query |
|
GetRendererComponent()
Declaration
int GetRendererComponent()
Returns
| Type |
Description |
| System.Int32 |
|
MakeEntry(EntityManager, ref DisplayListEntry)
Declaration
bool MakeEntry(EntityManager mgr, ref DisplayListEntry de)
Parameters
Returns
| Type |
Description |
| System.Boolean |
|
Update(ComponentSystem)
Declaration
void Update(ComponentSystem cs)
Parameters
| Type |
Name |
Description |
| ComponentSystem |
cs |
|