public abstract class Material
extends java.lang.Object
ConditionalFeature.SCENE3D
for more information.Modifier and Type | Field and Description |
---|---|
private BooleanProperty |
dirty |
Modifier | Constructor and Description |
---|---|
protected |
Material() |
Modifier and Type | Method and Description |
---|---|
BooleanProperty |
impl_dirtyProperty()
Deprecated.
This is an internal API that is not intended for use and will be removed in the next version
|
abstract NGPhongMaterial |
impl_getNGMaterial()
Deprecated.
This is an internal API that is not intended for use and will be removed in the next version
|
abstract void |
impl_updatePG()
Deprecated.
This is an internal API that is not intended for use and will be removed in the next version
|
(package private) boolean |
isDirty() |
(package private) void |
setDirty(boolean value) |
private final BooleanProperty dirty
final boolean isDirty()
void setDirty(boolean value)
@Deprecated public final BooleanProperty impl_dirtyProperty()
@Deprecated public abstract void impl_updatePG()
@Deprecated public abstract NGPhongMaterial impl_getNGMaterial()