Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
this[string boneName]
ModelBone
Microsoft.Xna.Framework.Graphics.ModelBoneCollection.this[
string
boneName
]
get
Definition at line
49
of file
ModelBoneCollection.cs
.
50
{
51
get
52
{
53
if
(!
TryGetValue
(
boneName
,
out
var
value
))
54
{
55
throw
new
KeyNotFoundException
();
56
}
57
return
value
;
58
}
59
}
Microsoft.Xna.Framework.Graphics.ModelBoneCollection.TryGetValue
bool TryGetValue(string boneName, out ModelBone value)
Definition
ModelBoneCollection.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
ModelBoneCollection
Generated by
1.10.0