MeshType (Property): Difference between revisions

From Legacy Roblox Wiki
Jump to navigationJump to search
>Camoy
No edit summary
>Camoy
No edit summary
Line 3: Line 3:
|property = [[Enum]] ''MeshType''
|property = [[Enum]] ''MeshType''
|description = Sets what type of mesh the object is.
|description = Sets what type of mesh the object is.
|object = [[SpecialMesh]]
|object = SpecialMesh
}}</onlyinclude>
}}</onlyinclude>



Revision as of 16:39, 30 January 2011

MeshType
Property Enum MeshType
Description Sets what type of mesh the object is.
Member of SpecialMesh
The MeshType Enum is used to set what type of mesh the SpecialMesh is.
Enum Name Description
0 Head Makes the object head-shaped.
1 Torso Makes the object torso-shaped.
2 Wedge Makes the object triangle-shaped.
3 Sphere Makes the object sphere-shaped.
4 Cylinder Makes the object cylinder-shaped.
5 FileMesh Allows a custom mesh, specified by the MeshId, to be used.
5 Brick Makes the object brick-shaped.