clone Method
Create a copy of this ground plane, identical except for any properties explicitly specified by changedProps
.
Any properties of changedProps
explicitly set to undefined
will be initialized to their default values.
clone(changedProps?: Partial<GroundPlaneProperties>): GroundPlane
Parameter | Type | Description |
---|---|---|
changedProps | Partial<GroundPlaneProperties> |
Returns - GroundPlane
Defined in
- core/common/src/GroundPlane.ts Line 67
Last Updated: 14 November, 2024
Found something wrong, missing, or unclear on this page?Raise an issue in our repo.