MuMember.this

this(float low, float high, float step = float.nan)

Constructs a member with a slider range and optional step size.

this(float step)

Constructs a member with only a step size.

this(IStr name, float low, float high, float step = float.nan)

Constructs a member with a display name, slider range, and optional step size.

this(IStr name, float step = float.nan)

Constructs a member with a display name and optional step size.