SkyPass constructor

SkyPass({
  1. required String assetPath,
})

Creates a SkyPass bound to the provided WebGL context.

Implementation

SkyPass({required this.assetPath});