Skip to content

Commit

Permalink
Added new types to property drawer
Browse files Browse the repository at this point in the history
  • Loading branch information
Jordo authored and Jordo committed Feb 9, 2024
1 parent 7d3e173 commit 897dfd3
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion vrchat.jordo.easyquestswitch/Editor/EQS_PropertyDrawers.cs
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,9 @@ public override void OnGUI(Rect position, SerializedProperty property, GUIConten
, CustomPropertyDrawer(typeof(SharedFilterMode), false)
// Light
, CustomPropertyDrawer(typeof(SharedLightmapBakeType), false)
, CustomPropertyDrawer(typeof(SharedLightShadows), false)]
, CustomPropertyDrawer(typeof(SharedLightShadows), false)
, CustomPropertyDrawer(typeof(SharedLightType), false)
, CustomPropertyDrawer(typeof(SharedLightRenderMode), false)]
public class PropertiesDrawer : BaseDrawer
{
public override void OnGUI(Rect position, SerializedProperty property, GUIContent label)
Expand Down

0 comments on commit 897dfd3

Please sign in to comment.