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

◆ World

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

Implements Microsoft.Xna.Framework.Graphics.IEffectMatrices.

Definition at line 47 of file AlphaTestEffect.cs.

48 {
49 get
50 {
51 return world;
52 }
53 set
54 {
55 world = value;
56 dirtyFlags |= EffectDirtyFlags.WorldViewProj | EffectDirtyFlags.Fog;
57 }
58 }