FoldoutGroupAttribute.cs declarations
Public API declaration excerpts from ../bitquirky-core/Runtime/Attributes/FoldoutGroupAttribute.cs.
Source snapshot ad0983d00d77.
On this page
Original file: ../bitquirky-core/Runtime/Attributes/FoldoutGroupAttribute.cs
Source file hash: sha256:77f7f9d8ae783203923e6b17f70a1ff7eb5cb53192895713ec36048d3cdefb7e
Only public declaration headers are shown. Implementation bodies, non-public code, and source comments are omitted.
Type: FoldoutGroupAttribute
Section titled “Type: FoldoutGroupAttribute”Original lines: 9-21
Declaration hash: sha256:6569fe6a11a23c16d78c9c92a5372a4c41de1e19d9940f173edc1d6c3f5c0f55
[AttributeUsage(AttributeTargets.Field)]public class FoldoutGroupAttribute : Attribute{}Property: Title
Section titled “Property: Title”Original lines: 13
Declaration hash: sha256:f8b48354fcbf977aee3f155b62783c56aaa4b7bdf549285be7d7f941671cfe65
public string Title { get; }Method: FoldoutGroupAttribute(string title)
Section titled “Method: FoldoutGroupAttribute(string title)”Original lines: 17-20
Declaration hash: sha256:04b48d43cba19705788141c928f03461be09c4a103e28427999be78be1d2dec3
public FoldoutGroupAttribute(string title);