IGameController.from constructor

IGameController.from(
  1. IInspectable interface
)

Implementation

factory IGameController.from(IInspectable interface) =>
    IGameController.fromRawPointer(
        interface.toInterface(IID_IGameController));