Example #1
0
 public bool IsBatchLocked()
 {
     return(texture != null && texture.IsBatchLocked());
 }