Aucune description
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.

SpriteLibrarySourceAssetPropertyString.cs 240B

12345678
  1. namespace UnityEditor.U2D.Animation
  2. {
  3. internal static class SpriteLibrarySourceAssetPropertyString
  4. {
  5. public const string library = "m_Library";
  6. public const string primaryLibraryGUID = "m_PrimaryLibraryGUID";
  7. }
  8. }