extends GuiBase3d
Class fields
| Field | XML type | Value |
|---|---|---|
Name | string | FloorWire |
Deprecated | bool | true |
ExplorerOrder | string | 3 |
ExplorerImageIndex | string | 4 |
summary | string | Renders a thin cylinder than can be adorned with textures that 'flow' from one object to the next. Has basic pathing abilities and attempts to to not intersect anything. <a href="http://wiki.roblox.com/index.php/FloorWire_Guide" target="_blank">More info</a> |
Properties
8CycleOffset
float| Field | XML type | Value |
|---|---|---|
Name | string | CycleOffset |
summary | string | Controls how the decals are positioned along the wire. <a href="http://wiki.roblox.com/index.php/CycleOffset" target="_blank">More info</a> |
From
Object| Field | XML type | Value |
|---|---|---|
Name | string | From |
summary | string | The object the FloorWire 'emits' from |
StudsBetweenTextures
float| Field | XML type | Value |
|---|---|---|
Name | string | StudsBetweenTextures |
summary | string | The space between two textures on the wire. Note: studs are relative depending on how far the camera is from the FloorWire. |
Texture
Content| Field | XML type | Value |
|---|---|---|
Name | string | Texture |
summary | string | The image we use to render the textures that flow from beginning to end of the FloorWire. |
TextureSize
Vector2| Field | XML type | Value |
|---|---|---|
Name | string | TextureSize |
summary | string | The size in studs of the Texture we use to flow from one object to the next. |
To
Object| Field | XML type | Value |
|---|---|---|
Name | string | To |
summary | string | The object the FloorWire 'emits' to |
Velocity
float| Field | XML type | Value |
|---|---|---|
Name | string | Velocity |
summary | string | The rate of travel that the textures flow along the wire. |
WireRadius
float| Field | XML type | Value |
|---|---|---|
Name | string | WireRadius |
summary | string | How thick the wire is. |