customProjectionMatrixBuilder property
void Function(Matrix viewMatrix, List<AbstractMesh> renderList, Matrix result)
get
customProjectionMatrixBuilder
override
Implementation
external void Function(Matrix viewMatrix, List<AbstractMesh> renderList, Matrix result) get customProjectionMatrixBuilder;
set
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);