add setPriority to FilamentApp interface
This commit is contained in:
@@ -335,4 +335,11 @@ abstract class FilamentApp<T> {
|
|||||||
///
|
///
|
||||||
///
|
///
|
||||||
Future<Matrix4> getWorldTransform(ThermionEntity entity);
|
Future<Matrix4> getWorldTransform(ThermionEntity entity);
|
||||||
|
|
||||||
|
///
|
||||||
|
///
|
||||||
|
///
|
||||||
|
Future setPriority(ThermionEntity entity, int priority);
|
||||||
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user