PartIndexedTriangles
-
class
cee.mrk.
PartIndexedTriangles
() Defines indexed triangles that can be shown in a
MarkupModel
.Use
MarkupModel.addIndexedTrianglesPart
to create a new instance of this class.
Accessors
Methods
Accessors
-
PartIndexedTriangles.
color
() The color of the part.
Return type: Color3Like
-
PartIndexedTriangles.
color
(color) Arguments: - color (
Color3Like
) – None
Return type: void
- color (
Methods
rayIntersect
-
PartIndexedTriangles.
rayIntersect
(ray, hitItem) Arguments: - ray (
Ray
) – None - hitItem (
PartHitItem
) – None
Picking
Return type: boolean - ray (