mirror of
https://github.com/tiennm99/godot.git
synced 2026-08-17 00:25:44 +00:00
class reference proofreading
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
An optimized string type for unique names.
|
||||
</brief_description>
|
||||
<description>
|
||||
[StringName]s are immutable strings designed for general-purpose represention of unique names. [StringName] ensures that only one instance of a given name exists (so two [StringName]s with the same value are the same object). Comparing them is much faster than with regular [String]s, because only the pointers are compared, not the whole strings.
|
||||
[StringName]s are immutable strings designed for general-purpose representation of unique names. [StringName] ensures that only one instance of a given name exists (so two [StringName]s with the same value are the same object). Comparing them is much faster than with regular [String]s, because only the pointers are compared, not the whole strings.
|
||||
</description>
|
||||
<tutorials>
|
||||
</tutorials>
|
||||
|
||||
Reference in New Issue
Block a user