public interface IAttribute
Modifier and Type | Method and Description |
---|---|
double |
clampValue(double value) |
double |
getDefaultValue() |
java.lang.String |
getName() |
IAttribute |
getParent() |
boolean |
getShouldWatch() |
java.lang.String getName()
double clampValue(double value)
double getDefaultValue()
boolean getShouldWatch()
@Nullable IAttribute getParent()