Skip to content

F3DStageStyle

Stanislav Podolia edited this page Jun 30, 2020 · 1 revision

Flow Wiki

F3DStageStyle

  • F3DIgnoreMouseEvents

  • F3DExportScene

    • fn : ref Maybe<(includeCamera : bool) -> string>
  • F3DTransformControlsEnabled

  • F3DAttachTransformControls
    const(false) by default, doesn't affect F3DTransformControls

    • fn : ref (clip : native, attach : bool) -> void
  • F3DCameraDistance

    • min : double
    • max : double
  • F3DOrbitControlsParameters
    min = 0.0, max = 1000.0 by default

    • parameters : [ KeyValue ]
  • F3DOrbitControlsEnabled

  • F3DLoading

    • loading : DynamicBehaviour<bool>
  • F3DGetLoadingManager

    • fn : (loadingManager : F3DLoadingManager) -> void
  • M3DEditorCameraDistance -> F3DStageStyle
    Get or set camera position

    • minDistance : double
    • maxDistance : double
Clone this wiki locally