|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use SceneElement.TickPolicy | |
|---|---|
| com.threerings.opengl.effect | Effect classes. |
| com.threerings.opengl.effect.config | Effect configurations. |
| com.threerings.opengl.model | |
| com.threerings.opengl.model.config | Model and animation configurations. |
| com.threerings.opengl.scene | Scene management classes. |
| Uses of SceneElement.TickPolicy in com.threerings.opengl.effect |
|---|
| Methods in com.threerings.opengl.effect that return SceneElement.TickPolicy | |
|---|---|
SceneElement.TickPolicy |
BaseParticleSystem.getTickPolicy()
|
| Uses of SceneElement.TickPolicy in com.threerings.opengl.effect.config |
|---|
| Fields in com.threerings.opengl.effect.config declared as SceneElement.TickPolicy | |
|---|---|
SceneElement.TickPolicy |
BaseParticleSystemConfig.tickPolicy
The model's tick policy. |
| Uses of SceneElement.TickPolicy in com.threerings.opengl.model |
|---|
| Methods in com.threerings.opengl.model that return SceneElement.TickPolicy | |
|---|---|
SceneElement.TickPolicy |
Wrapper.getTickPolicy()
|
SceneElement.TickPolicy |
Scripted.getTickPolicy()
|
SceneElement.TickPolicy |
Model.getTickPolicy()
|
SceneElement.TickPolicy |
Model.Implementation.getTickPolicy()
Returns the tick policy of the model. |
SceneElement.TickPolicy |
Conditional.getTickPolicy()
|
SceneElement.TickPolicy |
Compound.getTickPolicy()
|
SceneElement.TickPolicy |
Articulated.getTickPolicy()
|
| Methods in com.threerings.opengl.model with parameters of type SceneElement.TickPolicy | |
|---|---|
void |
Wrapper.setTickPolicy(SceneElement.TickPolicy policy)
|
void |
Model.setTickPolicy(SceneElement.TickPolicy policy)
Sets the tick policy of the model. |
void |
Model.Implementation.setTickPolicy(SceneElement.TickPolicy policy)
Sets the tick policy of the model. |
| Uses of SceneElement.TickPolicy in com.threerings.opengl.model.config |
|---|
| Fields in com.threerings.opengl.model.config declared as SceneElement.TickPolicy | |
|---|---|
SceneElement.TickPolicy |
ScriptedConfig.tickPolicy
The model's tick policy. |
SceneElement.TickPolicy |
ConditionalConfig.tickPolicy
The model's tick policy. |
SceneElement.TickPolicy |
CompoundConfig.tickPolicy
The model's tick policy. |
SceneElement.TickPolicy |
ArticulatedConfig.tickPolicy
The model's tick policy. |
| Uses of SceneElement.TickPolicy in com.threerings.opengl.scene |
|---|
| Methods in com.threerings.opengl.scene that return SceneElement.TickPolicy | |
|---|---|
SceneElement.TickPolicy |
SimpleSceneElement.getTickPolicy()
|
SceneElement.TickPolicy |
SceneElement.getTickPolicy()
Returns the policy that determines when the Tickable.tick(float) method must be called. |
static SceneElement.TickPolicy |
SceneElement.TickPolicy.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static SceneElement.TickPolicy[] |
SceneElement.TickPolicy.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Methods in com.threerings.opengl.scene with parameters of type SceneElement.TickPolicy | |
|---|---|
void |
SimpleSceneElement.setTickPolicy(SceneElement.TickPolicy policy)
Sets the element's tick policy. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||