FormFactor (Property): Difference between revisions

From Legacy Roblox Wiki
Jump to navigationJump to search
>Pauljkl
No edit summary
>Blocco
No edit summary
Line 11: Line 11:


{| class="wikitable" width=100% border="1" cellspacing="0" cellpadding="4" style="background-color: #fdd; border: 1px solid #f00;"
{| class="wikitable" width=100% border="1" cellspacing="0" cellpadding="4" style="background-color: #fdd; border: 1px solid #f00;"
|+ <big>The FormFactor [[Enum]] set contains three numbers.</big>
|+ <big>The FormFactor [[Enum]] set contains four numbers.</big>
|-
|-
| bgcolor="#AB5454"|<span style="color:white">'''Enum'''</span>
| bgcolor="#AB5454"|<span style="color:white">'''Enum'''</span>
Line 31: Line 31:
|3
|3
|Custom
|Custom
|Increases by the rate of the grid settings.
|Increases by the rate of the grid settings.  These bricks can be resized in non-integral values that are greater than 0.2 studs on all axes.
|}
|}
[[Category:Properties]]
[[Category:Properties]]

Revision as of 04:14, 5 January 2011

formFactor
Property Enum formFactor
Description Sets how the object is resized.
Member of FormFactorPart


The FormFactor Enum set contains four numbers.
Enum Name Description
0 Symmetric Increases by a rate of (1, 1, 1).
1 Brick Increases by a rate of (1, 1.2, 1).
2 Plate Increases by a rate of (1, 0.4, 1).
3 Custom Increases by the rate of the grid settings. These bricks can be resized in non-integral values that are greater than 0.2 studs on all axes.