TEntity - The type of entity.@FunctionalInterface public static interface MarkerCallback.Function<TEntity>
| Modifier and Type | Method and Description |
|---|---|
Texture2D |
invoke(Transaction transaction,
TEntity entity)
Returns a texture to be used as a marker for the specified entity.
|
Texture2D invoke(Transaction transaction, TEntity entity)
transaction - The transaction to use.entity - The entity for which to retrieve a marker.