Terraria
v1.4.4.9
Terraria source code documentation
Toggle main menu visibility
Main Page
Namespaces
Namespace List
Namespace Members
All
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
z
Functions
a
b
c
d
e
f
g
h
i
j
l
m
n
o
p
r
s
t
u
v
w
x
Enumerations
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
z
Classes
Class List
Class Index
Class Hierarchy
Class Members
All
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
Functions
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
Variables
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Enumerations
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
Properties
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Events
_
a
c
d
e
f
i
l
m
o
p
r
s
t
u
w
Files
File List
File Members
All
Enumerations
Macros
►
Terraria
•
All
Classes
Namespaces
Files
Functions
Variables
Enumerations
Enumerator
Properties
Events
Macros
Loading...
Searching...
No Matches
◆
Texture
Texture2D
Microsoft.Xna.Framework.Graphics.DualTextureEffect.Texture
get
set
Definition at line
160
of file
DualTextureEffect.cs
.
161
{
162
get
163
{
164
return
textureParam
.
GetValueTexture2D
();
165
}
166
set
167
{
168
textureParam
.
SetValue
(value);
169
}
170
}
Microsoft.Xna.Framework.Graphics.DualTextureEffect.textureParam
EffectParameter textureParam
Definition
DualTextureEffect.cs:5
Microsoft.Xna.Framework.Graphics.EffectParameter.SetValue
unsafe void SetValue(Texture value)
Definition
EffectParameter.cs:149
Microsoft.Xna.Framework.Graphics.EffectParameter.GetValueTexture2D
unsafe Texture2D GetValueTexture2D()
Definition
EffectParameter.cs:2490
Microsoft
Xna
Framework
Graphics
DualTextureEffect
Generated by
1.10.0