customProjectionMatrixBuilder property

void Function(Matrix viewMatrix, List<AbstractMesh> renderList, Matrix result) customProjectionMatrixBuilder
override

Implementation

external void Function(Matrix viewMatrix, List<AbstractMesh> renderList, Matrix result) get customProjectionMatrixBuilder;
void customProjectionMatrixBuilder=(void customProjectionMatrixBuilder(Matrix viewMatrix, List<AbstractMesh> renderList, Matrix result))
override

Implementation

external set customProjectionMatrixBuilder(void Function(Matrix viewMatrix, List<AbstractMesh> renderList, Matrix result) customProjectionMatrixBuilder);