コード例 #1
1
ファイル: get.php プロジェクト: nandor/stickStudio
    function getAssets ($i) {
        $anim = new Animation ($i);

        foreach ($anim->getAssets () as $asset) {
            echo $asset->name;
        }
    }