コード例 #1
0
ファイル: NameBuffer.cs プロジェクト: curin/DragonboneEngine
 public void Dispose()
 {
     _buff = null;
 }
コード例 #2
0
ファイル: NameBuffer.cs プロジェクト: curin/DragonboneEngine
 public Enumerator(BufferTransactionType type, NameBuffer buff)
 {
     _buff = buff;
     _next = -2;
     _type = type;
 }