Skip to content

ICollectionWrapper

Namespace: SideXP.Core

public interface ICollectionWrapper

Qualifies a class as being a container for a collection. This is useful to allow custom property drawers override the GUI of an entire array instead of every items in it.

Remarks

By convention, a collection marked that implements this interface must have a serialized field named "_elements", which you can get to create custom GUI.