XPlor/definitions/cod/materialtexturedef.xscript

11 lines
385 B
Plaintext
Raw Normal View History

2026-01-01 22:18:40 -05:00
type materialtexturedef [display="Material Texture Def"]
{
u32 name_hash [ui, readonly, display="Name Hash"];
u8 name_start [ui, readonly, display="Name Start"];
u8 name_end [ui, readonly, display="Name End"];
u8 sampler_state [ui, readonly, display="Sampler State"];
u8 semantic [ui, readonly, display="Semantic"];
def_info = parse_here("materialtexturedefinfo") [ui];
}