예제 #1
0
파일: Layer.cs 프로젝트: pb0/ID0_Test
 public void AddSubject(Subject2 subject, float initX, float initY)
 {
     subject.SetPosInLayer(this, new Vector2(initX, initY));
     subject.CullingLayer = cameraBox.CullingLayer;
     addTemp.Add(subject);
 }