Class ExportRangeAttribute
- Namespace
- Godot
- Assembly
- com.cobilas.godot.utility.dll
public class ExportRangeAttribute : ExportAttribute, _Attribute
- Inheritance
-
ExportAttributeExportRangeAttribute
- Implements
- Inherited Members
Constructors
ExportRangeAttribute(int, int)
Creates a new instance of this object.
public ExportRangeAttribute(int min, int max)
Parameters
ExportRangeAttribute(float, float)
Creates a new instance of this object.
public ExportRangeAttribute(float min, float max)