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

◆ StencilEnable

bool Microsoft.Xna.Framework.Graphics.DepthStencilState.StencilEnable
getset

Definition at line 226 of file DepthStencilState.cs.

227 {
228 [return: MarshalAs(UnmanagedType.U1)]
229 get
230 {
231 return cachedStencilEnable;
232 }
233 [param: MarshalAs(UnmanagedType.U1)]
234 set
235 {
236 ThrowIfBound();
238 }
239 }