RendererSceneProperties constructor

RendererSceneProperties({
  1. required String headingExpression,
  2. required String pitchExpression,
  3. required String rollExpression,
})

Creates a new scene view properties object with rotation properties.

Parameters:

  • headingExpression — A String to the heading expression to be used.
  • pitchExpression — A String to the pitch expression to be used.
  • rollExpression — A String to the roll expression to be used.