Roblox Wiki
Roblox Wiki
36,895
pages
Missing API Documentation
This API Class does not have any or complete API documentation. Please add API documentation if possible.

Object representing a snapshot of the region of terrain. This class was added in version 0.130.

Properties

IsSmooth: bool

  • Read-onlyThis property is capable of being read but not written.
  • Not replicatedThis member is not replicated across the network boundary.
  • DeprecatedThis member will be phased out and should be avoided while it is still available.
This class member is missing documentation. Create or add to its subpage at Class:TerrainRegion/IsSmooth.
  • Category: Data.
  • Serialization: cannot load or save.
  • Thread safety: read safe

SizeInCells: Vector3

  • Read-onlyThis property is capable of being read but not written.
  • Not replicatedThis member is not replicated across the network boundary.
This class member is missing documentation. Create or add to its subpage at Class:TerrainRegion/SizeInCells.
  • Category: Data.
  • Serialization: cannot load or save.
  • Thread safety: read safe

Methods

ApplyTransform(rotation: CFrame, size: Vector3): null

Parameters
NameType
rotationCFrame
sizeVector3
  • Security: RobloxScriptSecurity.
  • Thread safety: unsafe

ApplyTransformSubregion(rotation: CFrame, size: Vector3, region: Region3int16): TerrainRegion

Parameters
NameType
rotationCFrame
sizeVector3
regionRegion3int16
  • Security: RobloxScriptSecurity.
  • Thread safety: unsafe

ConvertToSmooth(): null

  • DeprecatedThis member will be phased out and should be avoided while it is still available.
This class member is missing documentation. Create or add to its subpage at Class:TerrainRegion/ConvertToSmooth.
  • Security: PluginSecurity.
  • Thread safety: unsafe

GetRegionWireframe(): Array

This class member is missing documentation. Create or add to its subpage at Class:TerrainRegion/GetRegionWireframe.
  • Security: RobloxScriptSecurity.
  • Thread safety: unsafe

External links[]