Package limelight.model.api

Examples of limelight.model.api.SceneProxy


  @Override
  public Scene loadScene(String scenePath, Map<String, Object> options)
  {
//    final RubyHash rubyHash = new RubyHash(rubyRuntime);
//    RubySymbol.newSymbol()
    final SceneProxy proxy = this.proxy.loadScene(scenePath, options);
    return (Scene)proxy.getPeer();
  }
View Full Code Here

TOP

Related Classes of limelight.model.api.SceneProxy

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.