sc2-gamedata
Public Attributes | List of all members
CTerrainTex Class Reference

Generic. More...

#include <TerrainTex.h>

Collaboration diagram for CTerrainTex:
Collaboration graph
[legend]

Public Attributes

CImagePath Texture
 Texture. More...
 
CImagePath Normalmap
 Normal Map. More...
 
CImagePath Heightmap
 Height Map. More...
 
CImagePath EditorIcon
 Editor Icon. More...
 
C2fVector AnimRate
 Animation Rate. More...
 
std::vector< STerrainDoodadDoodadEntry
 Doodads. More...
 
CPhysicsMaterialLink PhysicsMaterial
 Physics Material. More...
 

Detailed Description

Generic.

Remarks
Unknown

Member Data Documentation

◆ AnimRate

C2fVector CTerrainTex::AnimRate

Animation Rate.

◆ DoodadEntry

std::vector<STerrainDoodad> CTerrainTex::DoodadEntry

Doodads.

Doodads generated by the terrain texture

◆ EditorIcon

CImagePath CTerrainTex::EditorIcon

Editor Icon.

Icon for the texture in the terrain editor.

◆ Heightmap

CImagePath CTerrainTex::Heightmap

Height Map.

◆ Normalmap

CImagePath CTerrainTex::Normalmap

Normal Map.

Normal map for the terrain texture

◆ PhysicsMaterial

CPhysicsMaterialLink CTerrainTex::PhysicsMaterial

Physics Material.

◆ Texture

CImagePath CTerrainTex::Texture

Texture.

Image file for the terrain texture


The documentation for this class was generated from the following file: