Version: 2021.2
言語: 日本語

NamingScheme

enumeration

マニュアルに切り替える

説明

Which naming scheme to use for duplicated GameObjects.

When a GameObject is duplicated or instantiated, Unity copies the original GameObject's name and appends it with successive numbers. Unity supports several naming schemes, with the default being EditorSettings.NamingScheme.SpaceParenthesis. For example, when a GameObject named "Prefab" its duplicated or instantiated, Unity names it "Prefab (1)", and then "Prefab (2)" if it is duplicated or instantiated again.

See Also: EditorSettings.gameObjectNamingScheme, EditorSettings.gameObjectNamingDigits.

変数

SpaceParenthesisAdds a space and a number in parenthesis to the name of an instantiated or duplicated GameObject ("Prefab (1)").
DotAdds a dot followed by a number to the name of an instantiated or duplicated GameObject ("Prefab.1").
UnderscoreAdds an underscore and a number to the name of an instantiated or duplicated GameObject ("Prefab_1").
Copyright © 2023 Unity Technologies
优美缔软件(上海)有限公司 版权所有
"Unity"、Unity 徽标及其他 Unity 商标是 Unity Technologies 或其附属机构在美国及其他地区的商标或注册商标。其他名称或品牌是其各自所有者的商标。
公安部备案号:
31010902002961