getChild()
入れ子になったtoonを取得する。
Usage
- toon.getChild( id );
Arguments
Return value
- Toonインスタンス
Description
idをスラッシュ区切りで指定する事で、toonツリーを追跡する事が出来る。
toon.getChild( 'id1/id2' );
入れ子になったtoonを取得する。
idをスラッシュ区切りで指定する事で、toonツリーを追跡する事が出来る。
toon.getChild( 'id1/id2' );