Vous ne pouvez pas sélectionner plus de 25 sujets
Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.
12345678 |
- namespace UnityEditor.U2D.Animation
- {
- internal static class SpriteLibrarySourceAssetPropertyString
- {
- public const string library = "m_Library";
- public const string primaryLibraryGUID = "m_PrimaryLibraryGUID";
- }
- }
|