clone Method
Create ea copy of this gradient, identical except for any properties explicitly specified by changedProps
.
Any properties of changedProps
explicitly set to undefined
will be reset to their default values.
clone(changedProps: SkyGradientProperties): SkyGradient
Parameter | Type | Description |
---|---|---|
changedProps | SkyGradientProperties |
Returns - SkyGradient
Defined in
- core/common/src/SkyBox.ts Line 205
Last Updated: 14 November, 2024
Found something wrong, missing, or unclear on this page?Raise an issue in our repo.