Ejemplo n.º 1
0
    List<Segment> m_segments; // Sequence에 포함된 모든 segments

    #endregion Fields

    #region Constructors

    public FSNScriptSequence()
    {
        m_segments		= new List<Segment>();
        m_labelToIndex	= new Dictionary<string, int>();

        Header			= new FSNScriptHeader();
    }
Ejemplo n.º 2
0
    Dictionary <string, int> m_labelToIndex;                    // Label => list의 Index로

    public FSNScriptSequence()
    {
        m_segments     = new List <Segment>();
        m_labelToIndex = new Dictionary <string, int>();

        Header = new FSNScriptHeader();
    }