M&B: Bannerlord 1.0.0
The horns sound, the ravens gather.
Loading...
Searching...
No Matches
TaleWorlds.MountAndBlade.ScenePropDecal Class Reference

Inherits TaleWorlds.Engine.ScriptComponentBehavior.

Public Attributes

string DiffuseTexture
 
string NormalTexture
 
string SpecularTexture
 
string MaskTexture
 
bool UseBaseNormals
 
float TilingSize = 1
 
float TilingOffset = 0
 
float AlphaTestValue = 0
 
float TextureSweepX
 
float TextureSweepY
 
string MaterialName = "deferred_decal_material"
 

Protected Attributes

Material UniqueMaterial
 

Additional Inherited Members

- Public Types inherited from TaleWorlds.Engine.ScriptComponentBehavior
enum  TickRequirement : uint
 
- Public Member Functions inherited from TaleWorlds.Engine.ScriptComponentBehavior
void SetScriptComponentToTick (TickRequirement value)
 
void SetScriptComponentToTickMT (TickRequirement value)
 
virtual TickRequirement GetTickRequirement ()
 
- Protected Member Functions inherited from TaleWorlds.Engine.ScriptComponentBehavior
void InvalidateWeakPointersIfValid ()
 
 ScriptComponentBehavior ()
 
virtual void OnRemoved (int removeReason)
 
- Properties inherited from TaleWorlds.Engine.ScriptComponentBehavior
GameEntity GameEntity [get]
 
ManagedScriptComponent ScriptComponent [get]
 
ManagedScriptHolder ManagedScriptHolder [get]
 
Scene Scene [get]
 

Member Data Documentation

◆ DiffuseTexture

string TaleWorlds.MountAndBlade.ScenePropDecal.DiffuseTexture

◆ NormalTexture

string TaleWorlds.MountAndBlade.ScenePropDecal.NormalTexture

◆ SpecularTexture

string TaleWorlds.MountAndBlade.ScenePropDecal.SpecularTexture

◆ MaskTexture

string TaleWorlds.MountAndBlade.ScenePropDecal.MaskTexture

◆ UseBaseNormals

bool TaleWorlds.MountAndBlade.ScenePropDecal.UseBaseNormals

◆ TilingSize

float TaleWorlds.MountAndBlade.ScenePropDecal.TilingSize = 1

◆ TilingOffset

float TaleWorlds.MountAndBlade.ScenePropDecal.TilingOffset = 0

◆ AlphaTestValue

float TaleWorlds.MountAndBlade.ScenePropDecal.AlphaTestValue = 0

◆ TextureSweepX

float TaleWorlds.MountAndBlade.ScenePropDecal.TextureSweepX

◆ TextureSweepY

float TaleWorlds.MountAndBlade.ScenePropDecal.TextureSweepY

◆ MaterialName

string TaleWorlds.MountAndBlade.ScenePropDecal.MaterialName = "deferred_decal_material"

◆ UniqueMaterial

Material TaleWorlds.MountAndBlade.ScenePropDecal.UniqueMaterial
protected