FoldoutGroup cannot be used with only named parameters

Issue #414 new
Dominic Antonelli created an issue

Using a FoldoutGroup in the following manner gives a compile error saying that there is no constructor that takes 0 parameters:

[FoldoutGroup(GroupName = "Name:", Expanded = true)]

The workaround is to just pass "Name:" as a regular unnamed parameter, but I'm starting to like the self-documentation that I get from using named parameters.

Comments (0)

  1. Log in to comment