C# Class PlanetInspector, WorldMaker

Inheritance: Editor
Afficher le fichier Open project: SvenFrankson/WorldMaker

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
DrawWireSphere ( Vector3 position, Vector3 normal, float radius, Color color, int wires ) : void
OnInspectorGUI ( ) : void
OnSceneGUI ( ) : void

Method Details

DrawWireSphere() public méthode

public DrawWireSphere ( Vector3 position, Vector3 normal, float radius, Color color, int wires ) : void
position Vector3
normal Vector3
radius float
color Color
wires int
Résultat void

OnInspectorGUI() public méthode

public OnInspectorGUI ( ) : void
Résultat void

OnSceneGUI() public méthode

public OnSceneGUI ( ) : void
Résultat void