Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


SketchUpImportScene

Structure to hold scene data extracted from a SketchUp file.
Read time 1 minuteLast updated 12 days ago

Definition

  • Type: Struct
  • Namespace: UnityEditor
  • Assembly: UnityEditor
public struct SketchUpImportScene

Remarks

When importing a SketchUp file, Unity retrieves all the scenes in the SketchUp file.
This can be extracted later from SketchUpImporter with SketchUpImporter.GetScenes.

Fields

Value

Description

cameraThe camera data of the SketchUp scene.
nameThe name of the SketchUp scene.