MeshType (Property): Difference between revisions

From Legacy Roblox Wiki
Jump to navigationJump to search
>Camoy
No edit summary
>Legend26
No edit summary
 
(4 intermediate revisions by 3 users not shown)
Line 1: Line 1:
<onlyinclude>{{Property
<onlyinclude>{{Property
|name = MeshType
|name = MeshType
|property = [[Enum]] ''MeshType''
|property = [[MeshType (Enum)|MeshType]] ''MeshType''
|description = Sets what type of mesh the object is.
|description = Sets what type of mesh the object is.
|object = SpecialMesh
|object = SpecialMesh
Line 7: Line 7:


{{clear floats}}
{{clear floats}}
{{Enum|The MeshType [[Enum]] is used to set what type of mesh the SpecialMesh is.|
{{Enum/row|0|Head|Makes the object head-shaped.}}
{{Enum/row|1|Torso|Makes the object torso-shaped.}}
{{Enum/row|2|Wedge|Makes the object triangle-shaped.}}
{{Enum/row|3|Sphere|Makes the object sphere-shaped.}}
{{Enum/row|4|Cylinder|Makes the object cylinder-shaped.}}
{{Enum/row|5|FileMesh|Allows a custom mesh, specified by the [[MeshId]], to be used.}}
{{Enum/row|5|Brick|Makes the object brick-shaped.}}
}}


[[Category:Properties]]
[[Category:Properties]]

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