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
◆
Tag
object Microsoft.Xna.Framework.Graphics.GraphicsResource.Tag
get
set
inherited
Definition at line
31
of file
GraphicsResource.cs
.
32
{
33
get
34
{
35
ulong internalHandle =
_internalHandle
;
36
if
(internalHandle != 0)
37
{
38
return
_parent
.
Resources
.
GetCachedTag
(internalHandle);
39
}
40
return
_localTag
;
41
}
42
set
43
{
44
ulong internalHandle =
_internalHandle
;
45
if
(internalHandle != 0)
46
{
47
_parent
.
Resources
.
SetCachedTag
(internalHandle,
value
);
48
}
49
else
50
{
51
_localTag
=
value
;
52
}
53
}
54
}
Microsoft.Xna.Framework.Graphics.DeviceResourceManager.SetCachedTag
void SetCachedTag(ulong handle, object tag)
Definition
DeviceResourceManager.cs:236
Microsoft.Xna.Framework.Graphics.DeviceResourceManager.GetCachedTag
object GetCachedTag(ulong handle)
Definition
DeviceResourceManager.cs:170
Microsoft.Xna.Framework.Graphics.GraphicsDevice.Resources
DeviceResourceManager Resources
Definition
GraphicsDevice.cs:533
Microsoft.Xna.Framework.Graphics.GraphicsResource._localTag
object _localTag
Definition
GraphicsResource.cs:12
Microsoft.Xna.Framework.Graphics.GraphicsResource._internalHandle
ulong _internalHandle
Definition
GraphicsResource.cs:16
Microsoft.Xna.Framework.Graphics.GraphicsResource._parent
GraphicsDevice _parent
Definition
GraphicsResource.cs:14
System.ExceptionArgument.value
@ value
Microsoft
Xna
Framework
Graphics
Texture3D
Generated by
1.10.0