BBGamelib.flash.imp.MovieImp.hasLabel C# (CSharp) 메소드

hasLabel() 공개 메소드

public hasLabel ( int frame ) : bool
frame int
리턴 bool
		public bool hasLabel(int frame){
			return _define.frames [frame].label != null;
		}
	}