You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 9, 2023. It is now read-only.
| Signature | plugins.core.tangent.manager.parameter:maxValue([value]) -> number | self |
| -----------------------------------------------------|---------------------------------------------------------------------------------------------------------|
| Type | Method |
| Description | Gets or sets the maximum value for the parameter. |
| Parameters |
value - The new value.
|
| Returns |
If value is nil, the current value is returned, otherwise returns self.
| Signature | plugins.core.tangent.manager.parameter:minValue([value]) -> number | self |
| -----------------------------------------------------|---------------------------------------------------------------------------------------------------------|
| Type | Method |
| Description | Gets or sets the minimum value for the parameter. |
| Parameters |
value - The new value.
|
| Returns |
If value is nil, the current value is returned, otherwise returns self.