Reference API Roblox

Engine API

Website

Related

Reference API Roblox

RobloxEditableMesh

Summary

Member index 1

HistoryMember
inherited from EditableMesh
624SkinningEnabled: bool
604AddTriangle(vertexId0: int64, vertexId1: int64, vertexId2: int64): int64
604AddVertex(p: Vector3): int64
619CreateMeshPartAsync(options: Dictionary = nil): MeshPart
602FindClosestPointOnSurface(point: Vector3): Tuple
604FindClosestVertex(toThisPoint: Vector3): int64
602FindVerticesWithinSphere(center: Vector3, radius: float): Array
604GetAdjacentTriangles(triangleId: int64): Array
604GetAdjacentVertices(vertexId: int64): Array
604GetPosition(vertexId: int64): Vector3
604GetTriangleVertices(triangleId: int64): Tuple
602GetTriangles(): Array
604GetUV(vertexId: int64): Vector2
604GetVertexColor(vertexId: int64): Color3
604GetVertexColorAlpha(vertexId: int64): float
604GetVertexNormal(vertexId: int64): Vector3
602GetVertices(): Array
604RaycastLocal(origin: Vector3, direction: Vector3): Tuple
604RemoveTriangle(triangleId: int64): null
604RemoveVertex(vertexId: int64): null
604SetPosition(vertexId: int64, p: Vector3): null
604SetUV(vertexId: int64, uv: Vector2): null
604SetVertexColor(vertexId: int64, color: Color3): null
604SetVertexColorAlpha(vertexId: int64, alpha: float): null
604SetVertexNormal(vertexId: int64, vnormal: Vector3): null
inherited from DataModelMesh
553Offset: Vector3
553Scale: Vector3
553VertexColor: Vector3
inherited from Instance
553Archivable: bool
619Capabilities: SecurityCapabilities
553ClassName: string
553Name: string
553Parent: Instance
619Sandboxed: bool
616UniqueId: UniqueId
553className: string
576AddTag(tag: string): null
573ClearAllChildren(): null
462Clone(): Instance
573Destroy(): null
486FindFirstAncestor(name: string): Instance
486FindFirstAncestorOfClass(className: string): Instance
486FindFirstAncestorWhichIsA(className: string): Instance
486FindFirstChild(name: string, recursive: bool = false): Instance
486FindFirstChildOfClass(className: string): Instance
486FindFirstChildWhichIsA(className: string, recursive: bool = false): Instance
486FindFirstDescendant(name: string): Instance
563GetActor(): Actor
486GetAttribute(attribute: string): Variant
462GetAttributeChangedSignal(attribute: string): RBXScriptSignal
631GetAttributes(): Dictionary
486GetChildren(): Objects
462GetDebugId(scopeLength: int = 4): string
486GetDescendants(): Array
486GetFullName(): string
462GetPropertyChangedSignal(property: string): RBXScriptSignal
576GetTags(): Array
576HasTag(tag: string): bool
486IsA(className: string): bool
486IsAncestorOf(descendant: Instance): bool
486IsDescendantOf(ancestor: Instance): bool
580IsPropertyModified(name: string): bool
573Remove(): null
576RemoveTag(tag: string): null
580ResetPropertyToDefault(name: string): null
573SetAttribute(attribute: string, value: Variant): null
462WaitForChild(childName: string, timeOut: double): Instance
553children(): Objects
553clone(): Instance
573destroy(): null
553findFirstChild(name: string, recursive: bool = false): Instance
553getChildren(): Objects
462isA(className: string): bool
553isDescendantOf(ancestor: Instance): bool
573remove(): null
462AncestryChanged(child: Instance, parent: Instance)
462AttributeChanged(attribute: string)
462Changed(property: string)
462ChildAdded(child: Instance)
462ChildRemoved(child: Instance)
462DescendantAdded(descendant: Instance)
462DescendantRemoving(descendant: Instance)
500Destroying()
553childAdded(child: Instance)

History 2

Members 1

Settings