6 using SharpYaml.Serialization;
8 using SiliconStudio.Core;
10 namespace SiliconStudio.Assets
16 var className = tagResolver.TagFromType(propertyKey.OwnerType);
17 var sb =
new StringBuilder(className.Length + 1 + propertyKey.
Name.Length);
19 sb.Append(className, 1, className.Length - 1);
21 sb.Append(propertyKey.Name);
string Name
Gets the name of this key.
static string ComputePropertyKeyName(ITagTypeResolver tagResolver, PropertyKey propertyKey)
A class that represents a tag propety.