KIND Texture-group
From TrainzOnline
(Difference between revisions)
m |
|||
| Line 1: | Line 1: | ||
| − | [[ | + | [[KIND Texture-group]] defines a group of textures as an asset that can be referenced from another asset or via scripting. |
| + | |||
| + | [[Image:Example.jpg]] | ||
| + | |||
| + | ==KIND Hierarchy== | ||
| + | ===Parent Classes=== | ||
| + | * [[KIND TrainzBaseSpec]] | ||
| + | ===Child Classes=== | ||
| + | * ''none.'' | ||
| + | |||
| + | ==Supported Tags== | ||
| + | ''TBD'' | ||
| + | |||
| + | ==Example Config.txt== | ||
| − | |||
kuid <kuid:171456:100034> | kuid <kuid:171456:100034> | ||
Revision as of 19:37, 18 October 2010
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 2.5
category-class "JO"
category-region "AU"
category-era "1810s"
username "testTextureGroup"
kind "texture-group"
description "Test texture group."
textures
{
0 "1.bmp"
1 "2.bmp"
2 "3.bmp"
}
thumbnails
{
0
{
image "thumb.jpg"
width 240
height 180
}
}
