“Unity Custom Editor Draw Line in Scene” Réponses codées

Ligne de dessin de l'inspecteur d'unité


   //============================================================
   void GuiLine( int i_height = 1 )
   {
       Rect rect = EditorGUILayout.GetControlRect(false, i_height );
       rect.height = i_height;
       EditorGUI.DrawRect(rect, new Color ( 0.5f,0.5f,0.5f, 1 ) );
   }
Omadel

Unity Custom Editor Draw Line in Scene

 Handles.DrawLine(pos1, pos2);
Doctor Bronze

Réponses similaires à “Unity Custom Editor Draw Line in Scene”

Questions similaires à “Unity Custom Editor Draw Line in Scene”

Plus de réponses similaires à “Unity Custom Editor Draw Line in Scene” dans C#

Parcourir les réponses de code populaires par langue

Parcourir d'autres langages de code