Type StringTable
Namespace
GloryEngine.Localize
Summary
String table resource
Methods
FindKeys(System.String)
Find keys belonging to a group at a specific path
FindKeys(System.String,System.String[],System.UInt32)
Find keys belonging to a group at a specific path, without allocating an array
FindKeysRecursive(System.String)
Find keys belonging to a group and all subgroups of that group recursively
FindKeysRecursive(System.String,System.String[],System.UInt32)
Find keys belonging to a group and all subgroups of that group recursively, without allocating an array
FindSubgroups(System.String)
Find subgroup names belonging to a group at a specific path
FindSubgroups(System.String,System.String[],System.UInt32)
Find subgroup names belonging to a group at a specific path, without allocating an array