Skip to content
eisclimber edited this page Apr 4, 2026 · 1 revision

BaseValueDescriptor.Value

Property in BaseValueDescriptor<V>

Summary

Property for getting and setting the value. If you do not need to add custom attributes (like [Range(..)]) to your value field, you can use BaseValueDescriptor , which has the property already set up. Otherwise you'll need to implement it yourself, making sure to call the same functions as in BaseValueDescriptor , to ensure a correct behavior.

public override V Value { get; set; }

ExPresS XR Wiki

Tutorial Pages

Code Documentation

Clone this wiki locally