getWorldTransform method

Future<Matrix4> getWorldTransform({
  1. ThermionEntity? entity,
})

Gets the world transform for entity.

Implementation

Future<Matrix4> getWorldTransform({ThermionEntity? entity})  async {
  throw UnimplementedError();
}