Transparency (Property): Difference between revisions

From Legacy Roblox Wiki
Jump to navigationJump to search
>Mindraker
No edit summary
>JulienDethurens
No edit summary
 
(22 intermediate revisions by 6 users not shown)
Line 1: Line 1:
{{CatUp|Properties}}
<onlyinclude>{{Property
 
|name = Transparency
{{Property|
|type = {{type|float}}
name = Transparency
|description = Sets how see through an object is. 1 being totally see through and 0 being completely visible.
|property = [[Float]] ''Transparency''
|objects = [[RBX.lua.BasePart (Object)|BasePart]], [[RBX.lua.Decal (Object)|Decal]], [[RBX.lua.GuiBase3d (Object)|GuiBase3d]]
|description = Sets how visible the object is. A value of 1 is completely invisible, a value of 0 is completely opaque. Think of it as, 1 being 100%, 0.5 being 50% transparent, and 0 being obviously 0% .
}}</onlyinclude>
|object = [[RBX.lua.FlagStand (Object)|Flagstand]], [[RBX.lua.Part (Object)|Part]], [[RBX.lua.Seat (Object)|Seat]], [[RBX.lua.SpawnLocation (Object)|SpawnLocation]]
|}}


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

Latest revision as of 21:29, 4 May 2012

Transparency
Type float
Description Sets how see through an object is. 1 being totally see through and 0 being completely visible.
Member of BasePart, Decal, GuiBase3d