Reference API Roblox

Engine API

Website

Related

Reference API Roblox

RobloxEditableMesh

Member index 1

HistoryMember
inherited from EditableMesh
624SkinningEnabled: bool
640AddColor(color: Color3, alpha: float): int64
640AddNormal(normal: Vector3?): int64
604AddTriangle(vertexId0: int64, vertexId1: int64, vertexId2: int64): int64
640AddUV(uv: Vector2): int64
604AddVertex(p: Vector3): int64
619CreateMeshPartAsync(options: Dictionary = nil): MeshPart
602FindClosestPointOnSurface(point: Vector3): Tuple
604FindClosestVertex(toThisPoint: Vector3): int64
602FindVerticesWithinSphere(center: Vector3, radius: float): Array
640GetAdjacentFaces(faceId: int64): Array
640GetAdjacentTriangles(triangleId: int64): Array
604GetAdjacentVertices(vertexId: int64): Array
640GetColor(colorId: int64): Color3?
640GetColorAlpha(colorId: int64): float?
640GetColors(): Array
640GetFaceColors(faceId: int64): Array
640GetFaceNormals(faceId: int64): Array
640GetFaceUVs(faceId: int64): Array
640GetFaceVertices(faceId: int64): Array
640GetFaces(): Array
640GetFacesWithAttribute(id: int64): Array
640GetNormal(normalId: int64): Vector3?
640GetNormals(): Array
604GetPosition(vertexId: int64): Vector3
640GetTriangleVertices(triangleId: int64): Tuple
640GetTriangles(): Array
640GetUV(uvId: int64): Vector2?
640GetUVs(): Array
640GetVertexColor(vertexId: int64): Color3
640GetVertexColorAlpha(vertexId: int64): float
640GetVertexNormal(vertexId: int64): Vector3
602GetVertices(): Array
640GetVerticesWithAttribute(id: int64): Array
640IdDebugString(id: int64): string
640MergeVertices(mergeTolerance: float): Map
604RaycastLocal(origin: Vector3, direction: Vector3): Tuple
640RemoveFace(faceId: int64): null
640RemoveTriangle(triangleId: int64): null
640RemoveUnused(): Array
640RemoveVertex(vertexId: int64): null
640ResetNormal(normalId: int64): null
640SetColor(colorId: int64, color: Color3): null
640SetColorAlpha(colorId: int64, alpha: float): null
640SetFaceColors(faceId: int64, ids: Array): null
640SetFaceNormals(faceId: int64, ids: Array): null
640SetFaceUVs(faceId: int64, ids: Array): null
640SetFaceVertices(faceId: int64, ids: Array): null
640SetNormal(normalId: int64, normal: Vector3): null
604SetPosition(vertexId: int64, p: Vector3): null
640SetUV(uvId: int64, uv: Vector2): null
640SetVertexColor(vertexId: int64, color: Color3): null
640SetVertexColorAlpha(vertexId: int64, alpha: float): null
640SetVertexNormal(vertexId: int64, vnormal: Vector3): null
640Triangulate(): null
inherited from DataModelMesh
553Offset: Vector3
553Scale: Vector3
553VertexColor: Vector3
inherited from Instance
553Archivable: bool
635Capabilities: SecurityCapabilities
553ClassName: string
553Name: string
553Parent: Instance
635Sandboxed: 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
641GetStyled(name: string): Variant
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)

Description

History 2

Members 1

Settings