JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
org.achtern.AchternEngine.core.scenegraph.entity
Interface GlobalEntity<T>
Type Parameters:
T
- The type of Object it holds.
All Known Implementing Classes:
FogGenerator
public interface
GlobalEntity<T>
A global Entity is an Entity which is not bound to a Node. It lives outside the scenegraph in the RenderEngine and can be used for parameters which should be accessible from everywhere the RenderEngine is available.
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method and Description
T
getObject
()
Method Detail
getObject
T
getObject()
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
Copyright © 2015. All rights reserved.