C# Class WaterBuoyancy.WaterVolumeEditor

Inheritance: UnityEditor.Editor
Afficher le fichier Open project: dbrizov/Unity-WaterBuoyancy

Méthodes publiques

Méthode Description
OnInspectorGUI ( ) : void

Méthodes protégées

Méthode Description
OnDisable ( ) : void
OnEnable ( ) : void

Private Methods

Méthode Description
CreateMesh ( ) : void
OnUndoRedoPerformed ( ) : void
UpdateBoxCollider ( int rows, int columns, float quadSegmentSize ) : void
UpdateMesh ( int rows, int columns, float quadSegmentSize ) : void

Method Details

OnDisable() protected méthode

protected OnDisable ( ) : void
Résultat void

OnEnable() protected méthode

protected OnEnable ( ) : void
Résultat void

OnInspectorGUI() public méthode

public OnInspectorGUI ( ) : void
Résultat void