private void DisplayHeightPropertyVector3(string label, HeightLayerProperty heightLayerProperty)
 {
     using (new GUILayout.HorizontalScope(baseSkin.FindStyle("HeightLayerProperty")))
     {
         DisplayHeightPropertyRandomButton(heightLayerProperty);
         heightLayerProperty.SetVector3(GUIVector3Field(label, heightLayerProperty.Vector3));
         GUILayout.FlexibleSpace();
     }
 }