Exposed getScene().
git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@1748 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
//
|
//
|
||||||
// $Id: SceneView.java,v 1.30 2002/09/18 02:32:57 mdb Exp $
|
// $Id: SceneView.java,v 1.31 2002/09/24 05:33:05 mdb Exp $
|
||||||
|
|
||||||
package com.threerings.miso.scene;
|
package com.threerings.miso.scene;
|
||||||
|
|
||||||
@@ -34,6 +34,11 @@ public interface SceneView
|
|||||||
*/
|
*/
|
||||||
public void setScene (DisplayMisoScene scene);
|
public void setScene (DisplayMisoScene scene);
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Returns the scene being rendered.
|
||||||
|
*/
|
||||||
|
public DisplayMisoScene getScene ();
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Returns a {@link Path} object detailing a valid path for the
|
* Returns a {@link Path} object detailing a valid path for the
|
||||||
* given sprite to take in the scene to get from its current
|
* given sprite to take in the scene to get from its current
|
||||||
|
|||||||
Reference in New Issue
Block a user