UGCValidationService
This class is not replicated. Its interface does not cross the network boundary.
This class is not creatable. Instances of this class cannot be created with Instance.new.
This class is a service. It is a singleton that may be acquired with GetService.
Memory category | Instances |
---|
Member index 86
Removed member index 9
History | Member | |
---|---|---|
576 | GetMeshTriCountSync(meshId: string): int | |
576 | GetMeshVertsSync(meshId: string): Array | |
576 | GetTextureSizeSync(textureId: string): Vector2 | |
600 | ValidateTextureRGBFromFile(path1: string, path2: string, crop_x: int, crop_y: int, screen_x: int, screen_y: int, color1: Color3, color2: Color3, pixelWidth: int): bool | |
548 | validateCageMeshIntersection(innerCageMeshId: string, outerCageMeshId: string, refMeshId: string): Array | |
548 | validateCageNonManifoldAndHoles(meshId: string): Array | |
548 | validateFullBodyCageDeletion(meshId: string): bool | |
548 | validateMisMatchUV(innerCageMeshId: string, outerCageMeshId: string): bool | |
548 | validateOverlappingVertices(meshId: string): bool |
Description
History 152
- 652 Add ValidateUVDuplicates
- 652 Add ValidateEditableMeshUVDuplicates
- 651 Add ValidateFacialExpressiveness
- 651 Add ValidateFacialBounds
- 651 Add CalculateAverageEditableCageMeshDistance
- 651 Add CalculateAverageCageMeshDistance
- 648 Change Parameters of ValidateSkinnedEditableMesh from (editableMesh: EditableMesh) to (editableMesh: Object)
- 648 Change Parameters of ValidateEditableMeshVertColors from (editableMesh: EditableMesh, includeAlpha: bool = true) to (editableMesh: Object, includeAlpha: bool = true)
- 648 Change Parameters of ValidateEditableMeshUniqueUVCount from (editableMesh: EditableMesh, numRequired: int) to (editableMesh: Object, numRequired: int)
- 648 Change Parameters of ValidateEditableMeshUVValuesInReference from (referenceValues: Array, editableMesh: EditableMesh) to (referenceValues: Array, editableMesh: Object)
- 648 Change Parameters of ValidateEditableMeshUVSpace from (editableMesh: EditableMesh) to (editableMesh: Object)
- 648 Change Parameters of ValidateEditableMeshTriangles from (editableMesh: EditableMesh) to (editableMesh: Object)
- 648 Change Parameters of ValidateEditableMeshTriangleArea from (editableMesh: EditableMesh) to (editableMesh: Object)
- 648 Change Parameters of ValidateEditableMeshOverlappingVertices from (editableMesh: EditableMesh) to (editableMesh: Object)
- 648 Change Parameters of ValidateEditableMeshMisMatchUV from (innerCage: EditableMesh, outerCage: EditableMesh) to (innerCage: Object, outerCage: Object)
- 648 Change Parameters of ValidateEditableMeshFullBodyCageDeletion from (editableMesh: EditableMesh) to (editableMesh: Object)
- 648 Change Parameters of ValidateEditableMeshCageUVTriangleArea from (editableMesh: EditableMesh) to (editableMesh: Object)
- 648 Change Parameters of ValidateEditableMeshCageUVCoincident from (editableMesh: EditableMesh) to (editableMesh: Object)
- 648 Change Parameters of ValidateEditableMeshCageNonManifoldAndHoles from (editableMesh: EditableMesh) to (editableMesh: Object)
- 648 Change Parameters of ValidateEditableMeshCageMeshIntersection from (innerCage: EditableMesh, outerCage: EditableMesh, refMesh: EditableMesh) to (innerCage: Object, outerCage: Object, refMesh: Object)
- 648 Change Parameters of ValidateEditableMeshBounds from (editableMesh: EditableMesh, meshScale: Vector3, boundsOffset: Vector3, attachmentCF: CFrame, handleCF: CFrame) to (editableMesh: Object, meshScale: Vector3, boundsOffset: Vector3, attachmentCF: CFrame, handleCF: CFrame)
- 648 Change Parameters of ValidateEditableImageSize from (editableImage: EditableImage) to (editableImage: Object)
- 648 Change Parameters of ValidateEditableImageNumTextureChannels from (editableImage: EditableImage, numTextureChannelsRequired: int) to (editableImage: Object, numTextureChannelsRequired: int)
- 648 Change Parameters of ValidateDynamicHeadEditableMesh from (editableMesh: EditableMesh) to (editableMesh: Object)
- 648 Change Parameters of ResetCollisionFidelityWithEditableMeshDataLua from (meshPart: MeshPart, editableMesh: EditableMesh, collisionFidelity: CollisionFidelity = Box) to (meshPart: MeshPart, editableMesh: Object, collisionFidelity: CollisionFidelity = Box)
- 648 Change Parameters of IsEditableMeshNumCoplanarIntersectionsOverLimit from (editableMesh: EditableMesh, limit: int, meshScale: Vector3, intersectBackFaces: bool) to (editableMesh: Object, limit: int, meshScale: Vector3, intersectBackFaces: bool)
- 648 Change Parameters of GetEditableMeshVerts from (editableMesh: EditableMesh) to (editableMesh: Object)
- 648 Change Parameters of GetEditableMeshVerticesSimilarityRate from (editableMesh: EditableMesh, meshScale: Vector3) to (editableMesh: Object, meshScale: Vector3)
- 648 Change Parameters of GetEditableMeshVertColors from (editableMesh: EditableMesh) to (editableMesh: Object)
- 648 Change Parameters of GetEditableMeshTriCount from (editableMesh: EditableMesh) to (editableMesh: Object)
- 648 Change Parameters of GetEditableMeshMaxNearbyVerticesCollisions from (editableMesh: EditableMesh, meshScale: Vector3) to (editableMesh: Object, meshScale: Vector3)
- 648 Change Parameters of GetEditableImageSize from (editableImage: EditableImage) to (editableImage: Object)
- 648 Add GetEditableCagingRelevancyMetrics
- 648 Change Parameters of GetDynamicHeadEditableMeshInactiveControls from (editableMesh: EditableMesh, controlNames: Array) to (editableMesh: Object, controlNames: Array)
- 648 Add GetCagingRelevancyMetrics
- 648 Change ReturnType of FetchAssetWithFormat from Objects to Instances
- 648 Change Parameters of CheckEditableMeshInCameraFrustum from (editableMesh: EditableMesh, meshScale: Vector3, handleWorldCF: CFrame, cameraWorldCF: CFrame) to (editableMesh: Object, meshScale: Vector3, handleWorldCF: CFrame, cameraWorldCF: CFrame)
- 648 Change Parameters of CalculateEditableMeshUniqueUVCount from (editableMesh: EditableMesh) to (editableMesh: Object)
- 648 Change Parameters of CalculateEditableMeshTotalSurfaceArea from (editableMesh: EditableMesh, meshScale: Vector3) to (editableMesh: Object, meshScale: Vector3)
- 648 Change Parameters of CalculateEditableMeshInsideMeshPercentage from (editableMeshRoot: EditableMesh, editableMeshQuery: EditableMesh, meshQueryTransform: CFrame, meshQueryScale: Vector3) to (editableMeshRoot: Object, editableMeshQuery: Object, meshQueryTransform: CFrame, meshQueryScale: Vector3)
- 647 Add CalculateMeshInsideMeshPercentage
- 647 Add CalculateEditableMeshInsideMeshPercentage
- 645 Change Parameters of FetchAssetWithFormat from (url: Content, assetFormat: string) to (url: ContentId, assetFormat: string)
- 644 Add GetMeshVerticesSimilarityRate
- 644 Add GetEditableMeshVerticesSimilarityRate
- 637 Add GetMaxNearbyVerticesCollisions
- 637 Add GetEditableMeshMaxNearbyVerticesCollisions
- 636 Add GetImageTransparencyWithTextureID
- 636 Add GetImageTransparencyWithByteString
- 635 Add IsNumCoplanarIntersectionsOverLimit
- 635 Add IsEditableMeshNumCoplanarIntersectionsOverLimit
- 633 Add CalculateTotalSurfaceArea
- 633 Add CalculateEditableMeshTotalSurfaceArea
- 628 Add ValidateImageTransparencyThresholdTextureID_V2
- 628 Add ValidateImageTransparencyThresholdByteString_V2
- 628 Add ReportUGCValidationTelemetry
- 617 Change Security of CompareTextureOverlapByteString from None to RobloxScriptSecurity
- 613 Add ValidateEditableMeshCageUVCoincident
- 613 Add ValidateCageUVCoincident
- 608 Add ResetCollisionFidelityWithEditableMeshDataLua
- 605 Add ValidateSkinnedEditableMesh
- 605 Add ValidateEditableMeshVertColors
- 605 Add ValidateEditableMeshUniqueUVCount
- 605 Add ValidateEditableMeshUVValuesInReference
- 605 Add ValidateEditableMeshUVSpace
- 605 Add ValidateEditableMeshTriangles
- 605 Add ValidateEditableMeshTriangleArea
- 605 Add ValidateEditableMeshOverlappingVertices
- 605 Add ValidateEditableMeshMisMatchUV
- 605 Add ValidateEditableMeshFullBodyCageDeletion
- 605 Add ValidateEditableMeshCageUVTriangleArea
- 605 Add ValidateEditableMeshCageNonManifoldAndHoles
- 605 Add ValidateEditableMeshCageMeshIntersection
- 605 Add ValidateEditableMeshBounds
- 605 Add ValidateEditableImageNumTextureChannels
- 605 Add ValidateDynamicHeadEditableMesh
- 605 Add GetEditableMeshVerts
- 605 Add GetEditableMeshVertColors
- 605 Add GetEditableMeshTriCount
- 605 Add GetEditableImageSize
- 605 Add GetDynamicHeadEditableMeshInactiveControls
- 605 Add CompareTextureOverlapTextureId
- 605 Add CompareTextureOverlapByteString
- 605 Add CheckEditableMeshInCameraFrustum
- 605 Add CalculateEditableMeshUniqueUVCount
- 602 Add ValidateEditableImageSize
- 602 Add RegisterUGCValidationFunction
- 600 Remove ValidateTextureRGBFromFile
- 600 Add ValidateImageTransparencyThresholdTextureID
- 600 Add ValidateImageTransparencyThresholdByteString
- 600 Add GetDynamicHeadMeshInactiveControls
- 598 Add ValidateTextureRGBFromFile
- 598 Add ValidateTextureAlphaByteString
- 598 Add ValidateTextureAlpha
- 596 Add ValidateUVValuesInReference
- 593 Add ValidateMeshTriangleArea
- 593 Change Parameters of ResetCollisionFidelity from (meshPart: Instance) to (meshPart: Instance, collisionFidelity: CollisionFidelity = Box)
- 593 Add CheckMeshInCameraFrustum
- 592 Add ValidateCageUVTriangleArea
- 587 Add ValidateUniqueUVCount
- 587 Add CalculateUniqueUVCount
- 583 Change Parameters of ValidateMeshVertColors from (meshId: string) to (meshId: string, includeAlpha: bool = true)
- 581 Add ValidateSkinnedMesh
- 581 Add ValidateDynamicHeadMesh
- 576 Add ValidateNumTextureChannels
- 576 Remove GetTextureSizeSync
- 576 Remove GetMeshVertsSync
- 576 Remove GetMeshTriCountSync
- 573 Change ReturnType of SetMeshIdBlocking from void to null
- 573 Change ReturnType of ResetCollisionFidelity from void to null
- 567 Add CanLoadAsset
- 553 Add ValidateMeshBounds
- 551 Add GetPropertyValue
- 548 Remove validateOverlappingVertices
- 548 Remove validateMisMatchUV
- 548 Remove validateFullBodyCageDeletion
- 548 Remove validateCageNonManifoldAndHoles
- 548 Remove validateCageMeshIntersection
- 548 Add ValidateOverlappingVertices
- 548 Add ValidateMisMatchUV
- 548 Add ValidateFullBodyCageDeletion
- 548 Add ValidateCageNonManifoldAndHoles
- 548 Add ValidateCageMeshIntersection
- 547 Add validateOverlappingVertices
- 547 Add validateMisMatchUV
- 547 Add validateFullBodyCageDeletion
- 547 Add validateCageNonManifoldAndHoles
- 547 Add validateCageMeshIntersection
- 543 Add ResetCollisionFidelity
- 535 Add ValidateUVSpace
- 535 Add ValidateTextureSize
- 535 Add ValidateMeshVertColors
- 535 Add ValidateMeshTriangles
- 486 Add GetMeshVertColors
- 467 Add FetchAssetWithFormat
- 462 Change ThreadSafety of SetMeshIdBlocking from to Unsafe
- 462 Change ThreadSafety of GetTextureSizeSync from to Unsafe
- 462 Change ThreadSafety of GetTextureSize from to Unsafe
- 462 Change ThreadSafety of GetMeshVertsSync from to Unsafe
- 462 Change ThreadSafety of GetMeshVerts from to Unsafe
- 462 Change ThreadSafety of GetMeshTriCountSync from to Unsafe
- 462 Change ThreadSafety of GetMeshTriCount from to Unsafe
- 454 Add SetMeshIdBlocking
- 452 Remove SetMeshIdBlocking
- 453 Add SetMeshIdBlocking
- 405 Add GetTextureSizeSync
- 405 Add GetTextureSize
- 405 Add GetMeshVertsSync
- 405 Add GetMeshVerts
- 405 Add GetMeshTriCountSync
- 405 Add GetMeshTriCount
- 405 Add UGCValidationService
Members 86
CalculateAverageCageMeshDistance
Parameters (5) | ||
---|---|---|
innerCageMeshId | string | |
outerCageMeshId | string | |
refMeshId | string | |
innerTransform | CFrame | |
outerTransform | CFrame | |
Returns (1) | ||
float |
This function yields. It will block the calling thread until completion.
Security | RobloxScriptSecurity |
---|---|
Thread safety | Unsafe |
History 1
CalculateAverageEditableCageMeshDistance
Parameters (5) | ||
---|---|---|
innerCage | Object | |
outerCage | Object | |
refMesh | Object | |
innerTransform | CFrame | |
outerTransform | CFrame | |
Returns (1) | ||
float |
Security | RobloxScriptSecurity |
---|---|
Thread safety | Unsafe |
History 1
CalculateEditableMeshInsideMeshPercentage
Parameters (4) | ||
---|---|---|
editableMeshRoot | Object | |
editableMeshQuery | Object | |
meshQueryTransform | CFrame | |
meshQueryScale | Vector3 | |
Returns (1) | ||
float |
Security | RobloxScriptSecurity |
---|---|
Thread safety | Unsafe |
History 2
- 648 Change Parameters of CalculateEditableMeshInsideMeshPercentage from (editableMeshRoot: EditableMesh, editableMeshQuery: EditableMesh, meshQueryTransform: CFrame, meshQueryScale: Vector3) to (editableMeshRoot: Object, editableMeshQuery: Object, meshQueryTransform: CFrame, meshQueryScale: Vector3)
- 647 Add CalculateEditableMeshInsideMeshPercentage
CalculateEditableMeshTotalSurfaceArea
Parameters (2) | ||
---|---|---|
editableMesh | Object | |
meshScale | Vector3 | |
Returns (1) | ||
float |
Security | RobloxScriptSecurity |
---|---|
Thread safety | Unsafe |
History 2
- 648 Change Parameters of CalculateEditableMeshTotalSurfaceArea from (editableMesh: EditableMesh, meshScale: Vector3) to (editableMesh: Object, meshScale: Vector3)
- 633 Add CalculateEditableMeshTotalSurfaceArea
CalculateEditableMeshUniqueUVCount
Parameters (1) | ||
---|---|---|
editableMesh | Object | |
Returns (1) | ||
int |
Security | RobloxScriptSecurity |
---|---|
Thread safety | Unsafe |
History 2
- 648 Change Parameters of CalculateEditableMeshUniqueUVCount from (editableMesh: EditableMesh) to (editableMesh: Object)
- 605 Add CalculateEditableMeshUniqueUVCount
CalculateMeshInsideMeshPercentage
Parameters (4) | ||
---|---|---|
meshIdRoot | string | |
meshIdQuery | string | |
meshqueryTransform | CFrame | |
meshQueryScale | Vector3 | |
Returns (1) | ||
float |
This function yields. It will block the calling thread until completion.
Security | RobloxScriptSecurity |
---|---|
Thread safety | Unsafe |
History 1
CalculateTotalSurfaceArea
Parameters (2) | ||
---|---|---|
meshId | string | |
meshScale | Vector3 | |
Returns (1) | ||
float |
This function yields. It will block the calling thread until completion.
Security | RobloxScriptSecurity |
---|---|
Thread safety | Unsafe |
History 1
CalculateUniqueUVCount
Parameters (1) | ||
---|---|---|
meshId | string | |
Returns (1) | ||
int |
This function yields. It will block the calling thread until completion.
Security | RobloxScriptSecurity |
---|---|
Thread safety | Unsafe |
History 1
CanLoadAsset
Parameters (1) | ||
---|---|---|
assetId | string | |
Returns (1) | ||
bool |
This function yields. It will block the calling thread until completion.
Security | RobloxScriptSecurity |
---|---|
Thread safety | Unsafe |
History 1
- 567 Add CanLoadAsset
CheckEditableMeshInCameraFrustum
Parameters (4) | ||
---|---|---|
editableMesh | Object | |
meshScale | Vector3 | |
handleWorldCF | CFrame | |
cameraWorldCF | CFrame | |
Returns (1) | ||
bool |
Security | RobloxScriptSecurity |
---|---|
Thread safety | Unsafe |
History 2
- 648 Change Parameters of CheckEditableMeshInCameraFrustum from (editableMesh: EditableMesh, meshScale: Vector3, handleWorldCF: CFrame, cameraWorldCF: CFrame) to (editableMesh: Object, meshScale: Vector3, handleWorldCF: CFrame, cameraWorldCF: CFrame)
- 605 Add CheckEditableMeshInCameraFrustum
CheckMeshInCameraFrustum
Parameters (4) | ||
---|---|---|
meshId | string | |
meshScale | Vector3 | |
handleWorldCF | CFrame | |
cameraWorldCF | CFrame | |
Returns (1) | ||
bool |
This function yields. It will block the calling thread until completion.
Security | RobloxScriptSecurity |
---|---|
Thread safety | Unsafe |
History 1
CompareTextureOverlapByteString
Parameters (2) | ||
---|---|---|
byteStringBaseline | string | |
byteStringFollowup | string | |
Returns (1) | ||
Array |
This function yields. It will block the calling thread until completion.
Security | RobloxScriptSecurity |
---|---|
Thread safety | Unsafe |
History 2
- 617 Change Security of CompareTextureOverlapByteString from None to RobloxScriptSecurity
- 605 Add CompareTextureOverlapByteString
CompareTextureOverlapTextureId
Parameters (2) | ||
---|---|---|
textureIdBaseline | string | |
textureIdFollowup | string | |
Returns (1) | ||
Array |
This function yields. It will block the calling thread until completion.
Security | RobloxScriptSecurity |
---|---|
Thread safety | Unsafe |
History 1
FetchAssetWithFormat
Parameters (2) | ||
---|---|---|
url | ContentId | |
assetFormat | string | |
Returns (1) | ||
Instances |
This function yields. It will block the calling thread until completion.
Security | RobloxScriptSecurity |
---|---|
Thread safety | Unsafe |
History 3
- 648 Change ReturnType of FetchAssetWithFormat from Objects to Instances
- 645 Change Parameters of FetchAssetWithFormat from (url: Content, assetFormat: string) to (url: ContentId, assetFormat: string)
- 467 Add FetchAssetWithFormat
GetCagingRelevancyMetrics
Parameters (5) | ||
---|---|---|
innerCageMeshId | string | |
outerCageMeshId | string | |
refMeshId | string | |
offsetInner | Vector3 | |
offsetOuter | Vector3 | |
Returns (1) | ||
Tuple |
This function yields. It will block the calling thread until completion.
Security | RobloxScriptSecurity |
---|---|
Thread safety | Unsafe |
History 1
GetDynamicHeadEditableMeshInactiveControls
Parameters (2) | ||
---|---|---|
editableMesh | Object | |
controlNames | Array | |
Returns (1) | ||
Tuple |
Security | RobloxScriptSecurity |
---|---|
Thread safety | Unsafe |
History 2
- 648 Change Parameters of GetDynamicHeadEditableMeshInactiveControls from (editableMesh: EditableMesh, controlNames: Array) to (editableMesh: Object, controlNames: Array)
- 605 Add GetDynamicHeadEditableMeshInactiveControls
GetDynamicHeadMeshInactiveControls
Parameters (2) | ||
---|---|---|
meshId | string | |
controlNames | Array | |
Returns (1) | ||
Tuple |
This function yields. It will block the calling thread until completion.
Security | RobloxScriptSecurity |
---|---|
Thread safety | Unsafe |
History 1
GetEditableCagingRelevancyMetrics
Parameters (5) | ||
---|---|---|
innerCage | Object | |
outerCage | Object | |
refMesh | Object | |
offsetInner | Vector3 | |
offsetOuter | Vector3 | |
Returns (1) | ||
Tuple |
Security | RobloxScriptSecurity |
---|---|
Thread safety | Unsafe |
History 1
GetEditableImageSize
Parameters (1) | ||
---|---|---|
editableImage | Object | |
Returns (1) | ||
Vector2 |
Security | RobloxScriptSecurity |
---|---|
Thread safety | Unsafe |
History 2
- 648 Change Parameters of GetEditableImageSize from (editableImage: EditableImage) to (editableImage: Object)
- 605 Add GetEditableImageSize
GetEditableMeshMaxNearbyVerticesCollisions
Parameters (2) | ||
---|---|---|
editableMesh | Object | |
meshScale | Vector3 | |
Returns (1) | ||
int |
Security | RobloxScriptSecurity |
---|---|
Thread safety | Unsafe |
History 2
- 648 Change Parameters of GetEditableMeshMaxNearbyVerticesCollisions from (editableMesh: EditableMesh, meshScale: Vector3) to (editableMesh: Object, meshScale: Vector3)
- 637 Add GetEditableMeshMaxNearbyVerticesCollisions
GetEditableMeshTriCount
Parameters (1) | ||
---|---|---|
editableMesh | Object | |
Returns (1) | ||
int |
Security | RobloxScriptSecurity |
---|---|
Thread safety | Unsafe |
History 2
- 648 Change Parameters of GetEditableMeshTriCount from (editableMesh: EditableMesh) to (editableMesh: Object)
- 605 Add GetEditableMeshTriCount
GetEditableMeshVertColors
Parameters (1) | ||
---|---|---|
editableMesh | Object | |
Returns (1) | ||
Array |
Security | RobloxScriptSecurity |
---|---|
Thread safety | Unsafe |
History 2
- 648 Change Parameters of GetEditableMeshVertColors from (editableMesh: EditableMesh) to (editableMesh: Object)
- 605 Add GetEditableMeshVertColors
GetEditableMeshVerticesSimilarityRate
Parameters (2) | ||
---|---|---|
editableMesh | Object | |
meshScale | Vector3 | |
Returns (1) | ||
float |
Security | RobloxScriptSecurity |
---|---|
Thread safety | Unsafe |
History 2
- 648 Change Parameters of GetEditableMeshVerticesSimilarityRate from (editableMesh: EditableMesh, meshScale: Vector3) to (editableMesh: Object, meshScale: Vector3)
- 644 Add GetEditableMeshVerticesSimilarityRate
GetEditableMeshVerts
Parameters (1) | ||
---|---|---|
editableMesh | Object | |
Returns (1) | ||
Array |
Security | RobloxScriptSecurity |
---|---|
Thread safety | Unsafe |
History 2
- 648 Change Parameters of GetEditableMeshVerts from (editableMesh: EditableMesh) to (editableMesh: Object)
- 605 Add GetEditableMeshVerts
GetImageTransparencyWithByteString
Parameters (1) | ||
---|---|---|
textureId | string | |
Returns (1) | ||
float |
Security | RobloxScriptSecurity |
---|---|
Thread safety | Unsafe |
History 1
GetImageTransparencyWithTextureID
Parameters (1) | ||
---|---|---|
textureId | string | |
Returns (1) | ||
float |
This function yields. It will block the calling thread until completion.
Security | RobloxScriptSecurity |
---|---|
Thread safety | Unsafe |
History 1
GetMaxNearbyVerticesCollisions
Parameters (2) | ||
---|---|---|
meshId | string | |
meshScale | Vector3 | |
Returns (1) | ||
int |
This function yields. It will block the calling thread until completion.
Security | RobloxScriptSecurity |
---|---|
Thread safety | Unsafe |
History 1
GetMeshTriCount
Parameters (1) | ||
---|---|---|
meshId | string | |
Returns (1) | ||
int |
This function yields. It will block the calling thread until completion.
Security | RobloxScriptSecurity |
---|---|
Thread safety | Unsafe |
History 2
- 462 Change ThreadSafety of GetMeshTriCount from to Unsafe
- 405 Add GetMeshTriCount
GetMeshVertColors
Parameters (1) | ||
---|---|---|
meshId | string | |
Returns (1) | ||
Array |
This function yields. It will block the calling thread until completion.
Security | RobloxScriptSecurity |
---|---|
Thread safety | Unsafe |
History 1
- 486 Add GetMeshVertColors
GetMeshVerticesSimilarityRate
Parameters (2) | ||
---|---|---|
meshId | string | |
meshScale | Vector3 | |
Returns (1) | ||
float |
This function yields. It will block the calling thread until completion.
Security | RobloxScriptSecurity |
---|---|
Thread safety | Unsafe |
History 1
GetMeshVerts
Parameters (1) | ||
---|---|---|
meshId | string | |
Returns (1) | ||
Array |
This function yields. It will block the calling thread until completion.
Security | RobloxScriptSecurity |
---|---|
Thread safety | Unsafe |
History 2
- 462 Change ThreadSafety of GetMeshVerts from to Unsafe
- 405 Add GetMeshVerts
GetPropertyValue
Parameters (2) | ||
---|---|---|
instance | Instance | |
property | string | |
Returns (1) | ||
Variant |
Security | RobloxScriptSecurity |
---|---|
Thread safety | Unsafe |
History 1
- 551 Add GetPropertyValue
GetTextureSize
Parameters (1) | ||
---|---|---|
textureId | string | |
Returns (1) | ||
Vector2 |
This function yields. It will block the calling thread until completion.
Security | RobloxScriptSecurity |
---|---|
Thread safety | Unsafe |
History 2
- 462 Change ThreadSafety of GetTextureSize from to Unsafe
- 405 Add GetTextureSize
IsEditableMeshNumCoplanarIntersectionsOverLimit
Parameters (4) | ||
---|---|---|
editableMesh | Object | |
limit | int | |
meshScale | Vector3 | |
intersectBackFaces | bool | |
Returns (1) | ||
bool |
Security | RobloxScriptSecurity |
---|---|
Thread safety | Unsafe |
History 2
- 648 Change Parameters of IsEditableMeshNumCoplanarIntersectionsOverLimit from (editableMesh: EditableMesh, limit: int, meshScale: Vector3, intersectBackFaces: bool) to (editableMesh: Object, limit: int, meshScale: Vector3, intersectBackFaces: bool)
- 635 Add IsEditableMeshNumCoplanarIntersectionsOverLimit
IsNumCoplanarIntersectionsOverLimit
Parameters (4) | ||
---|---|---|
meshId | string | |
limit | int | |
meshScale | Vector3 | |
intersectBackFaces | bool | |
Returns (1) | ||
bool |
This function yields. It will block the calling thread until completion.
Security | RobloxScriptSecurity |
---|---|
Thread safety | Unsafe |
History 1
RegisterUGCValidationFunction
Parameters (1) | ||
---|---|---|
setFunction | Function | |
Returns (1) | ||
null |
Security | RobloxScriptSecurity |
---|---|
Thread safety | Unsafe |
History 1
ReportUGCValidationTelemetry
Parameters (2) | ||
---|---|---|
assetType | string | |
data | Dictionary | |
Returns (1) | ||
null |
Security | RobloxScriptSecurity |
---|---|
Thread safety | Unsafe |
History 1
ResetCollisionFidelity
Parameters (2) | Default | |
---|---|---|
meshPart | Instance | |
collisionFidelity | CollisionFidelity | Box |
Returns (1) | ||
null |
Security | RobloxScriptSecurity |
---|---|
Thread safety | Unsafe |
History 3
- 593 Change Parameters of ResetCollisionFidelity from (meshPart: Instance) to (meshPart: Instance, collisionFidelity: CollisionFidelity = Box)
- 573 Change ReturnType of ResetCollisionFidelity from void to null
- 543 Add ResetCollisionFidelity
ResetCollisionFidelityWithEditableMeshDataLua
Parameters (3) | Default | |
---|---|---|
meshPart | MeshPart | |
editableMesh | Object | |
collisionFidelity | CollisionFidelity | Box |
Returns (1) | ||
null |
Security | RobloxScriptSecurity |
---|---|
Thread safety | Unsafe |
History 2
- 648 Change Parameters of ResetCollisionFidelityWithEditableMeshDataLua from (meshPart: MeshPart, editableMesh: EditableMesh, collisionFidelity: CollisionFidelity = Box) to (meshPart: MeshPart, editableMesh: Object, collisionFidelity: CollisionFidelity = Box)
- 608 Add ResetCollisionFidelityWithEditableMeshDataLua
SetMeshIdBlocking
Parameters (2) | ||
---|---|---|
meshPart | Instance | |
meshId | string | |
Returns (1) | ||
null |
Security | RobloxScriptSecurity |
---|---|
Thread safety | Unsafe |
History 5
- 573 Change ReturnType of SetMeshIdBlocking from void to null
- 462 Change ThreadSafety of SetMeshIdBlocking from to Unsafe
- 454 Add SetMeshIdBlocking
- 452 Remove SetMeshIdBlocking
- 453 Add SetMeshIdBlocking
ValidateCageMeshIntersection
Parameters (3) | ||
---|---|---|
innerCageMeshId | string | |
outerCageMeshId | string | |
refMeshId | string | |
Returns (1) | ||
Tuple |
This function yields. It will block the calling thread until completion.
Security | RobloxScriptSecurity |
---|---|
Thread safety | Unsafe |
History 1
ValidateCageNonManifoldAndHoles
Parameters (1) | ||
---|---|---|
meshId | string | |
Returns (1) | ||
Tuple |
This function yields. It will block the calling thread until completion.
Security | RobloxScriptSecurity |
---|---|
Thread safety | Unsafe |
History 1
ValidateCageUVCoincident
Parameters (1) | ||
---|---|---|
meshId | string | |
Returns (1) | ||
bool |
This function yields. It will block the calling thread until completion.
Security | RobloxScriptSecurity |
---|---|
Thread safety | Unsafe |
History 1
ValidateCageUVTriangleArea
Parameters (1) | ||
---|---|---|
meshId | string | |
Returns (1) | ||
bool |
This function yields. It will block the calling thread until completion.
Security | RobloxScriptSecurity |
---|---|
Thread safety | Unsafe |
History 1
ValidateDynamicHeadEditableMesh
Parameters (1) | ||
---|---|---|
editableMesh | Object | |
Returns (1) | ||
bool |
Security | RobloxScriptSecurity |
---|---|
Thread safety | Unsafe |
History 2
- 648 Change Parameters of ValidateDynamicHeadEditableMesh from (editableMesh: EditableMesh) to (editableMesh: Object)
- 605 Add ValidateDynamicHeadEditableMesh
ValidateDynamicHeadMesh
Parameters (1) | ||
---|---|---|
meshId | string | |
Returns (1) | ||
bool |
This function yields. It will block the calling thread until completion.
Security | RobloxScriptSecurity |
---|---|
Thread safety | Unsafe |
History 1
ValidateEditableImageNumTextureChannels
Parameters (2) | ||
---|---|---|
editableImage | Object | |
numTextureChannelsRequired | int | |
Returns (1) | ||
bool |
Security | RobloxScriptSecurity |
---|---|
Thread safety | Unsafe |
History 2
- 648 Change Parameters of ValidateEditableImageNumTextureChannels from (editableImage: EditableImage, numTextureChannelsRequired: int) to (editableImage: Object, numTextureChannelsRequired: int)
- 605 Add ValidateEditableImageNumTextureChannels
ValidateEditableImageSize
Parameters (1) | ||
---|---|---|
editableImage | Object | |
Returns (1) | ||
bool |
Security | RobloxScriptSecurity |
---|---|
Thread safety | Unsafe |
History 2
- 648 Change Parameters of ValidateEditableImageSize from (editableImage: EditableImage) to (editableImage: Object)
- 602 Add ValidateEditableImageSize
ValidateEditableMeshBounds
Parameters (5) | ||
---|---|---|
editableMesh | Object | |
meshScale | Vector3 | |
boundsOffset | Vector3 | |
attachmentCF | CFrame | |
handleCF | CFrame | |
Returns (1) | ||
bool |
Security | RobloxScriptSecurity |
---|---|
Thread safety | Unsafe |
History 2
- 648 Change Parameters of ValidateEditableMeshBounds from (editableMesh: EditableMesh, meshScale: Vector3, boundsOffset: Vector3, attachmentCF: CFrame, handleCF: CFrame) to (editableMesh: Object, meshScale: Vector3, boundsOffset: Vector3, attachmentCF: CFrame, handleCF: CFrame)
- 605 Add ValidateEditableMeshBounds
ValidateEditableMeshCageMeshIntersection
Parameters (3) | ||
---|---|---|
innerCage | Object | |
outerCage | Object | |
refMesh | Object | |
Returns (1) | ||
Tuple |
Security | RobloxScriptSecurity |
---|---|
Thread safety | Unsafe |
History 2
- 648 Change Parameters of ValidateEditableMeshCageMeshIntersection from (innerCage: EditableMesh, outerCage: EditableMesh, refMesh: EditableMesh) to (innerCage: Object, outerCage: Object, refMesh: Object)
- 605 Add ValidateEditableMeshCageMeshIntersection
ValidateEditableMeshCageNonManifoldAndHoles
Parameters (1) | ||
---|---|---|
editableMesh | Object | |
Returns (1) | ||
Tuple |
Security | RobloxScriptSecurity |
---|---|
Thread safety | Unsafe |
History 2
- 648 Change Parameters of ValidateEditableMeshCageNonManifoldAndHoles from (editableMesh: EditableMesh) to (editableMesh: Object)
- 605 Add ValidateEditableMeshCageNonManifoldAndHoles
ValidateEditableMeshCageUVCoincident
Parameters (1) | ||
---|---|---|
editableMesh | Object | |
Returns (1) | ||
bool |
Security | RobloxScriptSecurity |
---|---|
Thread safety | Unsafe |
History 2
- 648 Change Parameters of ValidateEditableMeshCageUVCoincident from (editableMesh: EditableMesh) to (editableMesh: Object)
- 613 Add ValidateEditableMeshCageUVCoincident
ValidateEditableMeshCageUVTriangleArea
Parameters (1) | ||
---|---|---|
editableMesh | Object | |
Returns (1) | ||
bool |
Security | RobloxScriptSecurity |
---|---|
Thread safety | Unsafe |
History 2
- 648 Change Parameters of ValidateEditableMeshCageUVTriangleArea from (editableMesh: EditableMesh) to (editableMesh: Object)
- 605 Add ValidateEditableMeshCageUVTriangleArea
ValidateEditableMeshFullBodyCageDeletion
Parameters (1) | ||
---|---|---|
editableMesh | Object | |
Returns (1) | ||
bool |
Security | RobloxScriptSecurity |
---|---|
Thread safety | Unsafe |
History 2
- 648 Change Parameters of ValidateEditableMeshFullBodyCageDeletion from (editableMesh: EditableMesh) to (editableMesh: Object)
- 605 Add ValidateEditableMeshFullBodyCageDeletion
ValidateEditableMeshMisMatchUV
Parameters (2) | ||
---|---|---|
innerCage | Object | |
outerCage | Object | |
Returns (1) | ||
bool |
Security | RobloxScriptSecurity |
---|---|
Thread safety | Unsafe |
History 2
- 648 Change Parameters of ValidateEditableMeshMisMatchUV from (innerCage: EditableMesh, outerCage: EditableMesh) to (innerCage: Object, outerCage: Object)
- 605 Add ValidateEditableMeshMisMatchUV
ValidateEditableMeshOverlappingVertices
Parameters (1) | ||
---|---|---|
editableMesh | Object | |
Returns (1) | ||
bool |
Security | RobloxScriptSecurity |
---|---|
Thread safety | Unsafe |
History 2
- 648 Change Parameters of ValidateEditableMeshOverlappingVertices from (editableMesh: EditableMesh) to (editableMesh: Object)
- 605 Add ValidateEditableMeshOverlappingVertices
ValidateEditableMeshTriangleArea
Parameters (1) | ||
---|---|---|
editableMesh | Object | |
Returns (1) | ||
bool |
Security | RobloxScriptSecurity |
---|---|
Thread safety | Unsafe |
History 2
- 648 Change Parameters of ValidateEditableMeshTriangleArea from (editableMesh: EditableMesh) to (editableMesh: Object)
- 605 Add ValidateEditableMeshTriangleArea
ValidateEditableMeshTriangles
Parameters (1) | ||
---|---|---|
editableMesh | Object | |
Returns (1) | ||
bool |
Security | RobloxScriptSecurity |
---|---|
Thread safety | Unsafe |
History 2
- 648 Change Parameters of ValidateEditableMeshTriangles from (editableMesh: EditableMesh) to (editableMesh: Object)
- 605 Add ValidateEditableMeshTriangles
ValidateEditableMeshUVDuplicates
Parameters (2) | ||
---|---|---|
referenceValues | Array | |
editableMesh | Object | |
Returns (1) | ||
int |
Security | RobloxScriptSecurity |
---|---|
Thread safety | Unsafe |
History 1
ValidateEditableMeshUVSpace
Parameters (1) | ||
---|---|---|
editableMesh | Object | |
Returns (1) | ||
bool |
Security | RobloxScriptSecurity |
---|---|
Thread safety | Unsafe |
History 2
- 648 Change Parameters of ValidateEditableMeshUVSpace from (editableMesh: EditableMesh) to (editableMesh: Object)
- 605 Add ValidateEditableMeshUVSpace
ValidateEditableMeshUVValuesInReference
Parameters (2) | ||
---|---|---|
referenceValues | Array | |
editableMesh | Object | |
Returns (1) | ||
bool |
Security | RobloxScriptSecurity |
---|---|
Thread safety | Unsafe |
History 2
- 648 Change Parameters of ValidateEditableMeshUVValuesInReference from (referenceValues: Array, editableMesh: EditableMesh) to (referenceValues: Array, editableMesh: Object)
- 605 Add ValidateEditableMeshUVValuesInReference
ValidateEditableMeshUniqueUVCount
Parameters (2) | ||
---|---|---|
editableMesh | Object | |
numRequired | int | |
Returns (1) | ||
bool |
Security | RobloxScriptSecurity |
---|---|
Thread safety | Unsafe |
History 2
- 648 Change Parameters of ValidateEditableMeshUniqueUVCount from (editableMesh: EditableMesh, numRequired: int) to (editableMesh: Object, numRequired: int)
- 605 Add ValidateEditableMeshUniqueUVCount
ValidateEditableMeshVertColors
Parameters (2) | Default | |
---|---|---|
editableMesh | Object | |
includeAlpha | bool | true |
Returns (1) | ||
bool |
Security | RobloxScriptSecurity |
---|---|
Thread safety | Unsafe |
History 2
- 648 Change Parameters of ValidateEditableMeshVertColors from (editableMesh: EditableMesh, includeAlpha: bool = true) to (editableMesh: Object, includeAlpha: bool = true)
- 605 Add ValidateEditableMeshVertColors
ValidateFacialBounds
Parameters (3) | ||
---|---|---|
meshId | string | |
boundsScale | float | |
partSize | Vector3 | |
Returns (1) | ||
bool |
This function yields. It will block the calling thread until completion.
Security | RobloxScriptSecurity |
---|---|
Thread safety | Unsafe |
History 1
ValidateFacialExpressiveness
Parameters (3) | ||
---|---|---|
meshId | string | |
minDelta | float | |
partSize | Vector3 | |
Returns (1) | ||
float |
This function yields. It will block the calling thread until completion.
Security | RobloxScriptSecurity |
---|---|
Thread safety | Unsafe |
History 1
ValidateFullBodyCageDeletion
Parameters (1) | ||
---|---|---|
meshId | string | |
Returns (1) | ||
bool |
This function yields. It will block the calling thread until completion.
Security | RobloxScriptSecurity |
---|---|
Thread safety | Unsafe |
History 1
ValidateImageTransparencyThresholdByteString
Parameters (2) | ||
---|---|---|
image | string | |
threshold | float | |
Returns (1) | ||
bool |
This function yields. It will block the calling thread until completion.
Security | RobloxScriptSecurity |
---|---|
Thread safety | Unsafe |
History 1
ValidateImageTransparencyThresholdByteString_V2
Parameters (2) | ||
---|---|---|
image | string | |
threshold | float | |
Returns (1) | ||
bool |
This function yields. It will block the calling thread until completion.
Security | RobloxScriptSecurity |
---|---|
Thread safety | Unsafe |
History 1
ValidateImageTransparencyThresholdTextureID
Parameters (2) | ||
---|---|---|
textureId | string | |
threshold | float | |
Returns (1) | ||
bool |
This function yields. It will block the calling thread until completion.
Security | RobloxScriptSecurity |
---|---|
Thread safety | Unsafe |
History 1
ValidateImageTransparencyThresholdTextureID_V2
Parameters (2) | ||
---|---|---|
textureId | string | |
threshold | float | |
Returns (1) | ||
bool |
This function yields. It will block the calling thread until completion.
Security | RobloxScriptSecurity |
---|---|
Thread safety | Unsafe |
History 1
ValidateMeshBounds
Parameters (5) | ||
---|---|---|
meshId | string | |
meshScale | Vector3 | |
boundsOffset | Vector3 | |
attachmentCF | CFrame | |
handleCF | CFrame | |
Returns (1) | ||
bool |
This function yields. It will block the calling thread until completion.
Security | RobloxScriptSecurity |
---|---|
Thread safety | Unsafe |
History 1
ValidateMeshTriangleArea
Parameters (1) | ||
---|---|---|
meshId | string | |
Returns (1) | ||
bool |
This function yields. It will block the calling thread until completion.
Security | RobloxScriptSecurity |
---|---|
Thread safety | Unsafe |
History 1
ValidateMeshTriangles
Parameters (1) | ||
---|---|---|
meshId | string | |
Returns (1) | ||
bool |
This function yields. It will block the calling thread until completion.
Security | RobloxScriptSecurity |
---|---|
Thread safety | Unsafe |
History 1
ValidateMeshVertColors
Parameters (2) | Default | |
---|---|---|
meshId | string | |
includeAlpha | bool | true |
Returns (1) | ||
bool |
This function yields. It will block the calling thread until completion.
Security | RobloxScriptSecurity |
---|---|
Thread safety | Unsafe |
History 2
- 583 Change Parameters of ValidateMeshVertColors from (meshId: string) to (meshId: string, includeAlpha: bool = true)
- 535 Add ValidateMeshVertColors
ValidateMisMatchUV
Parameters (2) | ||
---|---|---|
innerCageMeshId | string | |
outerCageMeshId | string | |
Returns (1) | ||
bool |
This function yields. It will block the calling thread until completion.
Security | RobloxScriptSecurity |
---|---|
Thread safety | Unsafe |
History 1
ValidateNumTextureChannels
Parameters (2) | ||
---|---|---|
textureId | string | |
numChannelsRequired | int | |
Returns (1) | ||
bool |
This function yields. It will block the calling thread until completion.
Security | RobloxScriptSecurity |
---|---|
Thread safety | Unsafe |
History 1
ValidateOverlappingVertices
Parameters (1) | ||
---|---|---|
meshId | string | |
Returns (1) | ||
bool |
This function yields. It will block the calling thread until completion.
Security | RobloxScriptSecurity |
---|---|
Thread safety | Unsafe |
History 1
ValidateSkinnedEditableMesh
Parameters (1) | ||
---|---|---|
editableMesh | Object | |
Returns (1) | ||
bool |
Security | RobloxScriptSecurity |
---|---|
Thread safety | Unsafe |
History 2
- 648 Change Parameters of ValidateSkinnedEditableMesh from (editableMesh: EditableMesh) to (editableMesh: Object)
- 605 Add ValidateSkinnedEditableMesh
ValidateSkinnedMesh
Parameters (1) | ||
---|---|---|
meshId | string | |
Returns (1) | ||
bool |
This function yields. It will block the calling thread until completion.
Security | RobloxScriptSecurity |
---|---|
Thread safety | Unsafe |
History 1
ValidateTextureAlpha
Parameters (2) | ||
---|---|---|
textureId | string | |
pixelWidth | int | |
Returns (1) | ||
bool |
This function yields. It will block the calling thread until completion.
Security | RobloxScriptSecurity |
---|---|
Thread safety | Unsafe |
History 1
ValidateTextureAlphaByteString
Parameters (2) | ||
---|---|---|
byteString | string | |
pixelWidth | int | |
Returns (1) | ||
bool |
This function yields. It will block the calling thread until completion.
Security | RobloxScriptSecurity |
---|---|
Thread safety | Unsafe |
History 1
ValidateTextureSize
Parameters (1) | ||
---|---|---|
textureId | string | |
Returns (1) | ||
bool |
This function yields. It will block the calling thread until completion.
Security | RobloxScriptSecurity |
---|---|
Thread safety | Unsafe |
History 1
ValidateUVDuplicates
Parameters (2) | ||
---|---|---|
referenceValues | Array | |
meshId | string | |
Returns (1) | ||
int |
This function yields. It will block the calling thread until completion.
Security | RobloxScriptSecurity |
---|---|
Thread safety | Unsafe |
History 1
ValidateUVSpace
Parameters (1) | ||
---|---|---|
meshId | string | |
Returns (1) | ||
bool |
This function yields. It will block the calling thread until completion.
Security | RobloxScriptSecurity |
---|---|
Thread safety | Unsafe |
History 1
- 535 Add ValidateUVSpace
ValidateUVValuesInReference
Parameters (2) | ||
---|---|---|
referenceValues | Array | |
meshId | string | |
Returns (1) | ||
bool |
This function yields. It will block the calling thread until completion.
Security | RobloxScriptSecurity |
---|---|
Thread safety | Unsafe |
History 1
ValidateUniqueUVCount
Parameters (2) | ||
---|---|---|
meshId | string | |
numRequired | int | |
Returns (1) | ||
bool |
This function yields. It will block the calling thread until completion.
Security | RobloxScriptSecurity |
---|---|
Thread safety | Unsafe |
History 1
Removed members 9
GetMeshTriCountSync
Parameters (1) | ||
---|---|---|
meshId | string | |
Returns (1) | ||
int |
Security | RobloxScriptSecurity |
---|---|
Thread safety | Unsafe |
History 3
- 576 Remove GetMeshTriCountSync
- 462 Change ThreadSafety of GetMeshTriCountSync from to Unsafe
- 405 Add GetMeshTriCountSync
GetMeshVertsSync
Parameters (1) | ||
---|---|---|
meshId | string | |
Returns (1) | ||
Array |
Security | RobloxScriptSecurity |
---|---|
Thread safety | Unsafe |
History 3
- 576 Remove GetMeshVertsSync
- 462 Change ThreadSafety of GetMeshVertsSync from to Unsafe
- 405 Add GetMeshVertsSync
GetTextureSizeSync
Parameters (1) | ||
---|---|---|
textureId | string | |
Returns (1) | ||
Vector2 |
Security | RobloxScriptSecurity |
---|---|
Thread safety | Unsafe |
History 3
- 576 Remove GetTextureSizeSync
- 462 Change ThreadSafety of GetTextureSizeSync from to Unsafe
- 405 Add GetTextureSizeSync
ValidateTextureRGBFromFile
Parameters (9) | ||
---|---|---|
path1 | string | |
path2 | string | |
crop_x | int | |
crop_y | int | |
screen_x | int | |
screen_y | int | |
color1 | Color3 | |
color2 | Color3 | |
pixelWidth | int | |
Returns (1) | ||
bool |
This function yields. It will block the calling thread until completion.
Security | RobloxScriptSecurity |
---|---|
Thread safety | Unsafe |
History 2
validateCageMeshIntersection
Parameters (3) | ||
---|---|---|
innerCageMeshId | string | |
outerCageMeshId | string | |
refMeshId | string | |
Returns (1) | ||
Array |
This function yields. It will block the calling thread until completion.
Security | RobloxScriptSecurity |
---|---|
Thread safety | Unsafe |
History 2
validateCageNonManifoldAndHoles
Parameters (1) | ||
---|---|---|
meshId | string | |
Returns (1) | ||
Array |
This function yields. It will block the calling thread until completion.
Security | RobloxScriptSecurity |
---|---|
Thread safety | Unsafe |
History 2
validateFullBodyCageDeletion
Parameters (1) | ||
---|---|---|
meshId | string | |
Returns (1) | ||
bool |
This function yields. It will block the calling thread until completion.
Security | RobloxScriptSecurity |
---|---|
Thread safety | Unsafe |
History 2
validateMisMatchUV
Parameters (2) | ||
---|---|---|
innerCageMeshId | string | |
outerCageMeshId | string | |
Returns (1) | ||
bool |
This function yields. It will block the calling thread until completion.
Security | RobloxScriptSecurity |
---|---|
Thread safety | Unsafe |
History 2
- 548 Remove validateMisMatchUV
- 547 Add validateMisMatchUV
validateOverlappingVertices
Parameters (1) | ||
---|---|---|
meshId | string | |
Returns (1) | ||
bool |
This function yields. It will block the calling thread until completion.
Security | RobloxScriptSecurity |
---|---|
Thread safety | Unsafe |