Examples of SceneProxy


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
Copyright © 2018 www.massapi.com. 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.