Interface INumericPropertyInfo
Information about a numeric editor property.
Inherited Members
Namespace: Evergine.Editor.Extension
Assembly: Evergine.Editor.Extension.dll
Syntax
public interface INumericPropertyInfo : IPropertyInfo
Properties
AsSlider
Gets or sets a value indicating whether this property must be shown as a slider.
Declaration
bool AsSlider { get; set; }
Property Value
Type | Description |
---|---|
bool |