Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F123438
SpeechBox.gui
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Award Token
Size
2 KB
Referenced Files
None
Subscribers
None
SpeechBox.gui
View Options
element
{
type: CONTAINER;
name: "TheImage";
width: 0.5;
height: 0.25;
#Top left corner
element
{
type: IMAGE;
x: 0;
y: 1;
width: 0.025;
height: 0.1;
h_align: MINIMUM;
v_align: MAXIMUM;
image_properties
{
material: "SpeechBox";
}
}
#Top centre line
element
{
type: IMAGE;
x: 0.5;
y: 1;
width: 0.95;
height: 0.1;
v_align: MAXIMUM;
image_properties
{
material: "SpeechBox";
min_u: 0.5;
max_u: 0.95;
}
}
#Top right corner
element
{
type: IMAGE;
x: 1;
y: 1;
width: 0.025;
height: 0.1;
h_align: MAXIMUM;
v_align: MAXIMUM;
image_properties
{
material: "SpeechBox";
flip_horizontally: 1;
}
}
#Left vertical line
element
{
type: IMAGE;
x: 0;
y: 0.5;
width: 0.025;
height: 0.8;
h_align: MINIMUM;
image_properties
{
material: "SpeechBox";
min_v: 0.5;
max_v: 0.95;
}
}
#Centre background
element
{
type: IMAGE;
x: 0.5;
y: 0.5;
width: 0.95;
height: 0.8;
image_properties
{
material: "SpeechBox";
min_u: 0.5;
min_v: 0.5;
max_u: 0.95;
max_v: 0.95;
flip_horizontally: 1;
}
}
#Right vertical line
element
{
type: IMAGE;
x: 1;
y: 0.5;
width: 0.025;
height: 0.8;
h_align: MAXIMUM;
image_properties
{
material: "SpeechBox";
min_v: 0.5;
max_v: 0.95;
flip_horizontally: 1;
}
}
#Bottom left corner
element
{
type: IMAGE;
x: 0;
y: 0;
width: 0.025;
height: 0.1;
h_align: MINIMUM;
v_align: MINIMUM;
image_properties
{
material: "SpeechBox";
flip_vertically: 1;
}
}
#Bottom centre line
element
{
type: IMAGE;
x: 0.5;
y: 0;
width: 0.95;
height: 0.1;
v_align: MINIMUM;
image_properties
{
material: "SpeechBox";
min_u: 0.5;
max_u: 0.95;
flip_vertically: 1;
}
}
#Bottom right corner
element
{
type: IMAGE;
x: 1;
y: 0;
width: 0.025;
height: 0.1;
h_align: MAXIMUM;
v_align: MINIMUM;
image_properties
{
material: "SpeechBox";
flip_horizontally: 1;
flip_vertically: 1;
}
}
element
{
type: TEXTBOX;
name: "TextBox"
x: 0.5;
y: 0.5;
z: 1;
width: 0.95;
height: 0.8;
textbox_properties
{
font: "NotoSans";
text: "Hello world, this text is in a TextBox. To access this element so you can modify the contents from code call FindElement() on the root element.";
line_size: 0.15;
}
}
}
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Wed, Jan 15, 11:02 PM (11 h, 16 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
72084
Default Alt Text
SpeechBox.gui (2 KB)
Attached To
Mode
rEE Echo 3
Attached
Detach File
Event Timeline
Log In to Comment