FormFactor (Property): Difference between revisions

From Legacy Roblox Wiki
Jump to navigationJump to search
>Anaminus
mNo edit summary
>Legend26
No edit summary
 
(37 intermediate revisions by 9 users not shown)
Line 1: Line 1:
{{CatUp|Properties}}
{{CatUp|Properties}}


{{Property|
<onlyinclude>{{Property
name = formFactor
|name         = FormFactor
|property = [[Enum]] ''formFactor''
|property   = [[FormFactor (Enum)|FormFactor]] ''FormFactor''
|description = Sets how the object is resized.
|description = Sets how the object is resized.
|object = [[RBX.Lua.FlagStand (Object)|Flagstand]], [[RBX.Lua.Part (Object)|Part]], [[RBX.Lua.Seat (Object)|Seat]], [[RBX.Lua.SpawnLocation (Object)|SpawnLocation]]
|object     = FormFactorPart
|}}
}}</onlyinclude>




 
[[Category:Properties]]
{| class="wikitable" width=100% border="1" cellspacing="0" cellpadding="4" style="background-color: #fdd; border: 4px dashed #f00;"
|+ <big>The FormFactor [[Enum]] set contains three numbers.</big>
|-
| bgcolor="#AB5454"|<span style="color:white">'''Enum'''</span>
| bgcolor="#AB5454"|<span style="color:white">'''Name'''</span>
| bgcolor="#AB5454"|<span style="color:white">'''Description'''</span>
|-
|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).
|}

Latest revision as of 22:33, 23 December 2011

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