Refactor OpenedAnchorName in ISkinnableGroup.

This commit is contained in:
2023-03-01 00:33:01 +08:00
parent 1a30149942
commit 67720fd0e1
3 changed files with 3 additions and 3 deletions

View File

@@ -187,7 +187,7 @@ namespace Cryville.Crtr {
public interface ISkinnableGroup {
string TypeName { get; }
SkinContext SkinContext { get; }
Anchor OpenedAnchor { get; }
int OpenedAnchorName { get; }
bool TryGetAnchorsByName(int name, out IReadOnlyCollection<Anchor> result);
void RegisterAnchor(int name);
void PushAnchorEvent(double time, int name);