C# Class UnityEditor.SketchUpImportScene

Show file Open project: CarlosHBC/UnityDecompiled

Public Properties

Property Type Description
camera SketchUpImportCamera
name string

Property Details

camera public property

The camera data of the SketchUp scene.

public SketchUpImportCamera,UnityEditor camera
return SketchUpImportCamera

name public property

The name of the SketchUp scene.

public string name
return string