Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
this[string meshName]
ModelMesh
Microsoft.Xna.Framework.Graphics.ModelMeshCollection.this[
string
meshName
]
get
Definition at line
49
of file
ModelMeshCollection.cs
.
50
{
51
get
52
{
53
if
(!
TryGetValue
(
meshName
,
out
var
value
))
54
{
55
throw
new
KeyNotFoundException
();
56
}
57
return
value
;
58
}
59
}
Microsoft.Xna.Framework.Graphics.ModelMeshCollection.TryGetValue
bool TryGetValue(string meshName, out ModelMesh value)
Definition
ModelMeshCollection.cs:67
System.Collections.Generic.Dictionary
Definition
Dictionary.cs:14
System.Collections.Generic.KeyNotFoundException
Definition
KeyNotFoundException.cs:9
System.ExceptionArgument.value
@ value
Microsoft
Xna
Framework
Graphics
ModelMeshCollection
Generated by
1.10.0