Package jag.game.scene
Interface RSWorldMatrixContainer
-
- All Superinterfaces:
Iterable<RSWorldMatrix>
public interface RSWorldMatrixContainer extends Iterable<RSWorldMatrix>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description RSWorldMatrixgetTopLevel()RSIterableNodeTable<RSWorldMatrix>getWorldMatrixTable()-
Methods inherited from interface java.lang.Iterable
forEach, iterator, spliterator
-
-
-
-
Method Detail
-
getWorldMatrixTable
RSIterableNodeTable<RSWorldMatrix> getWorldMatrixTable()
-
getTopLevel
RSWorldMatrix getTopLevel()
-
-