NormalId (Enum): Difference between revisions

From Legacy Roblox Wiki
Jump to navigationJump to search
>Mindraker
No edit summary
>Flurite
No edit summary
 
(20 intermediate revisions by 5 users not shown)
Line 1: Line 1:
{{CatUp|Properties}}
{{Enum|The NormalId [[Enum]] sets which side/face of a [[Part]] is used. It has 6 numbers:|
 
{{Enum/row|0|Top|The top side/face of the brick.}}
{{Property|
{{Enum/row|1|Bottom|The bottom side/face of the brick.}}
name = NormalId
{{Enum/row|2|Back|The back side/face of the brick.}}
|property = [[Enum]] ''NormalId''
{{Enum/row|3|Front|The front side/face of the brick.}}
|description = Sets what side/face of a brick.
{{Enum/row|4|Right|The right side/face of the brick.}}
|object = [[RBX.Lua.Hole|Hole]] and [[RBX.Lua.Part|Part]]
{{Enum/row|5|Left|The left side/face of the brick.}}
|}}
}}<noinclude>
 
[[Category:Enums]]</noinclude>
 
Sets which side/face of a brick. It has 6 numbers:
 
*0: Right
*1: Top
*2: Back
*3: Left
*4: Bottom
*5: Front
 
[[Category:Enum]]
[[Category:Properties]]

Latest revision as of 23:37, 17 March 2012

The NormalId Enum sets which side/face of a Part is used. It has 6 numbers:
Enum Name Description
0 Top The top side/face of the brick.
1 Bottom The bottom side/face of the brick.
2 Back The back side/face of the brick.
3 Front The front side/face of the brick.
4 Right The right side/face of the brick.
5 Left The left side/face of the brick.