MeshType (Property): Difference between revisions

From Legacy Roblox Wiki
Jump to navigationJump to search
>Mr Doom Bringer
m MeshType moved to MeshType (Enum)
>Legend26
No edit summary
 
(21 intermediate revisions by 6 users not shown)
Line 1: Line 1:
{{Property|
<onlyinclude>{{Property
name = MeshType
|name = MeshType
|property = [[Enum]] ''Mesh type''
|property = [[MeshType (Enum)|MeshType]] ''MeshType''
|description = Sets what type of mesh the object is.
|description = Sets what type of mesh the object is.
|object = [[RBX.Lua.SpecialMesh|SpecialMesh]]
|object = SpecialMesh
|}}
}}</onlyinclude>


{{clear floats}}


The [[Enum]] MeshType is used to set the type of Mesh object. It has 7 numbers:
[[Category:Properties]]
 
*0: Head
*1: Torso
*2: Wedge
*3: Sphere
*4: Cylinder
*5: FileMesh
*6: Brick
 
This Enum set is used by the [[RBX.Lua.SpecialMesh|SpecialMesh]] object.
 
[[Category:Enum]]

Latest revision as of 22:29, 23 December 2011

MeshType
Property MeshType MeshType
Description Sets what type of mesh the object is.
Member of SpecialMesh