sector.activate()
개요
해당 sector를 Active로 등록합니다. Outer 섹터가 있을 경우 Outer 섹터도 Active로 등록되며, 기존 Acitve는 해제됩니다.
예시
// 카테고리에서 첫 번째 sector 접근
let firstSector = _c.category[0]; //_c.카테고리명
// sector를 Active로 설정
firstSector.activate();
Last updated
Was this helpful?