C# Class UnityEditor.SceneView.SceneViewState

Afficher le fichier Open project: randomize/VimConfig Class Usage Examples

Méthodes publiques

Свойство Type Description
showFlares bool
showFog bool
showMaterialUpdate bool
showSkybox bool

Méthodes publiques

Méthode Description
IsAllOn ( ) : bool
SceneViewState ( ) : System
SceneViewState ( SceneView other ) : System
Toggle ( bool value ) : void

Method Details

IsAllOn() public méthode

public IsAllOn ( ) : bool
Résultat bool

SceneViewState() public méthode

public SceneViewState ( ) : System
Résultat System

SceneViewState() public méthode

public SceneViewState ( SceneView other ) : System
other SceneView
Résultat System

Toggle() public méthode

public Toggle ( bool value ) : void
value bool
Résultat void

Property Details

showFlares public_oe property

public bool showFlares
Résultat bool

showFog public_oe property

public bool showFog
Résultat bool

showMaterialUpdate public_oe property

public bool showMaterialUpdate
Résultat bool

showSkybox public_oe property

public bool showSkybox
Résultat bool