ScenePointer constructor
ScenePointer(})
Creates a pointer into scene.
Implementation
ScenePointer(
this.scene, {
this.layerMask = 0xFFFFFFFF,
this.interactionMask = 0xFFFFFFFF,
this.where,
this.maxDistance = double.infinity,
});