CommonLibSSE (Parapets fork)
RE::DECAL_DATA_DATA Struct Reference

#include <DecalData.h>

Public Types

enum  Flag : std::uint8_t {
  kNone = 0 , kParallax = 1 << 0 , kAlphaBlending = 1 << 1 , kAlphaTesting = 1 << 2 ,
  kNoSubtextures = 1 << 3
}
 

Public Attributes

float decalMinWidth
 
float decalMaxWidth
 
float decalMinHeight
 
float decalMaxHeight
 
float depth
 
float shininess
 
float parallaxScale
 
std::int8_t parallaxPasses
 
Flag flags
 
std::uint16_t pad1E
 
Color color
 

Member Enumeration Documentation

◆ Flag

enum RE::DECAL_DATA_DATA::Flag : std::uint8_t
Enumerator
kNone 
kParallax 
kAlphaBlending 
kAlphaTesting 
kNoSubtextures 

Member Data Documentation

◆ color

Color RE::DECAL_DATA_DATA::color

◆ decalMaxHeight

float RE::DECAL_DATA_DATA::decalMaxHeight

◆ decalMaxWidth

float RE::DECAL_DATA_DATA::decalMaxWidth

◆ decalMinHeight

float RE::DECAL_DATA_DATA::decalMinHeight

◆ decalMinWidth

float RE::DECAL_DATA_DATA::decalMinWidth

◆ depth

float RE::DECAL_DATA_DATA::depth

◆ flags

Flag RE::DECAL_DATA_DATA::flags

◆ pad1E

std::uint16_t RE::DECAL_DATA_DATA::pad1E

◆ parallaxPasses

std::int8_t RE::DECAL_DATA_DATA::parallaxPasses

◆ parallaxScale

float RE::DECAL_DATA_DATA::parallaxScale

◆ shininess

float RE::DECAL_DATA_DATA::shininess

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