コード例 #1
0
void BL_ActionManager::SetActionFrame(short layer, float frame)
{
	BL_Action *action = GetAction(layer);

	if (action) action->SetFrame(frame);
}