terraria-cpp2il v1.4.4.9
Terraria mobile dump, with CallAnalysis (see source code). Dump with reconstucted method: https://infinitynichto.github.io/terraria-cpp2il-methodrecon
Loading...
Searching...
No Matches
Microsoft.Xna.Framework.Graphics.TargetBlendState Class Reference
+ Collaboration diagram for Microsoft.Xna.Framework.Graphics.TargetBlendState:

Package Functions

 TargetBlendState (BlendState parent)
 
TargetBlendState Clone (BlendState parent)
 

Properties

BlendFunction AlphaBlendFunction [get, set]
 
Blend AlphaDestinationBlend [get, set]
 
Blend AlphaSourceBlend [get, set]
 
BlendFunction ColorBlendFunction [get, set]
 
Blend ColorDestinationBlend [get, set]
 
Blend ColorSourceBlend [get, set]
 
ColorWriteChannels ColorWriteChannels [get, set]
 

Private Attributes

readonly BlendState _parent
 
BlendFunction _alphaBlendFunction
 
Blend _alphaDestinationBlend
 
Blend _alphaSourceBlend
 
BlendFunction _colorBlendFunction
 
Blend _colorDestinationBlend
 
Blend _colorSourceBlend
 
ColorWriteChannels _colorWriteChannels
 

Detailed Description

Definition at line 8 of file TargetBlendState.cs.


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