getLocalTransform method

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

Gets the local (relative to parent) transform for entity.

Implementation

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