Merge pull request #444 from InShadow/master
Added public method getGeometry on Batch class.
This commit is contained in:
commit
c3d12f0e4a
@ -674,6 +674,10 @@ public class BatchNode extends GeometryGroupNode {
|
||||
}
|
||||
}
|
||||
Geometry geometry;
|
||||
|
||||
public final Geometry getGeometry() {
|
||||
return geometry;
|
||||
}
|
||||
}
|
||||
|
||||
protected void setNeedsFullRebatch(boolean needsFullRebatch) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user