Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches

◆ World

Matrix Microsoft.Xna.Framework.Graphics.DualTextureEffect.World
getset

Implements Microsoft.Xna.Framework.Graphics.IEffectMatrices.

Definition at line 41 of file DualTextureEffect.cs.

42 {
43 get
44 {
45 return world;
46 }
47 set
48 {
49 world = value;
50 dirtyFlags |= EffectDirtyFlags.WorldViewProj | EffectDirtyFlags.Fog;
51 }
52 }