Private
constructorReadonly
currentReadonly
defaultReadonly
effectiveReadonly
effectiveReadonly
entityReadonly
typeWhether the component is valid.
Resets the current value of this attribute to the defined default value.
This function can't be called in read-only mode.
Resets the current value of this attribute to the maximum defined value.
This function can't be called in read-only mode.
Resets the current value of this attribute to the minimum defined value.
This function can't be called in read-only mode.
Sets the current value of this attribute. The provided value will be clamped to the range of this attribute.
This function can't be called in read-only mode.
This is a base abstract class for any entity component that centers around a number and can have a minimum, maximum, and default defined value.