Terraria
v1.4.4.9
Terraria source code documentation
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