Table of Contents

Class ExportRangeAttribute

Namespace
Godot
Assembly
com.cobilas.godot.utility.dll

Allows you to serialize int and float values ​​as a sliderbar with a minimum and maximum range.

public class ExportRangeAttribute : ExportAttribute, _Attribute
Inheritance
ExportAttribute
ExportRangeAttribute
Implements
Inherited Members

Constructors

ExportRangeAttribute(int, int)

Creates a new instance of this object.

public ExportRangeAttribute(int min, int max)

Parameters

min int
max int

ExportRangeAttribute(float, float)

Creates a new instance of this object.

public ExportRangeAttribute(float min, float max)

Parameters

min float
max float