MeshType (Property): Difference between revisions

From Legacy Roblox Wiki
Jump to navigationJump to search
>Darkzero
No edit summary
>Outofspace
No edit summary
Line 18: Line 18:


This Enum set is used by the [[RBX.Lua.SpecialMesh|SpecialMesh]] object.
This Enum set is used by the [[RBX.Lua.SpecialMesh|SpecialMesh]] object.
[[Category:Enum]]

Revision as of 23:04, 3 August 2008

MeshType
Property Enum Mesh type
Description Sets what type of mesh the object is.
Member of [[RBX.lua.SpecialMesh (Object)|SpecialMesh]]


The Enum MeshType is used to set the type of Mesh object. It has 7 numbers:

  • 0: Head
  • 1: Torso
  • 2: Wedge
  • 3: Sphere
  • 4: Cylinder
  • 5: FileMesh
  • 6: Brick

This Enum set is used by the SpecialMesh object.