KIND Texture-group
From TrainzOnline
KIND Texture-group defines a group of textures as an asset that can be referenced from another asset or via scripting.
Contents |
KIND Hierarchy
Parent Classes
Child Classes
- none.
Supported Tags
TBD
Example Config.txt
kuid <kuid:171456:100034>
trainz-build 3.5
category-class "JO"
category-region "AU"
category-era "1810s"
username "testTextureGroup"
kind "texture-group"
description "Test texture group."
textures
{
0 "1.texture"
1 "2.texture"
2 "3.texture"
}
thumbnails
{
0
{
image "thumb.jpg"
width 240
height 180
}
}
An example for the use of "texture-group" is a destination board system. See How to Implement a Destination Sign System.
Note that as of TANE, all textures must be referenced as .texture files, not the image file (.bmp, .tga, etc) itself.
