ReadOnlySidePropertyWrapper

Never use this class directly. Use SideProperty.asReadOnly to obtain a read-only version of a mutable SideProperty.

Boilerplate which avoids having to use generic. Instead of ReadOnlyPropertyWrapper<Side, Property<Side>>, use ReadOnlySidePropertyWrapper.

Constructors

Link copied to clipboard
constructor(wraps: SideProperty)