예제 #1
0
파일: OeipPipe.cs 프로젝트: kbitc/oeip
 public void SetEnableLayerList(int layerIndex, bool bEnable)
 {
     OeipHelper.setEnableLayerList(PipeId, layerIndex, bEnable);
 }