public class SelectableComponent extends BooleanComponent implements CopyableComponent<SelectableComponent>
valueProperty| Constructor and Description |
|---|
SelectableComponent(boolean value) |
| Modifier and Type | Method and Description |
|---|---|
SelectableComponent |
copy()
Copies this component.
|
void |
onAdded(Entity entity) |
void |
onRemoved(Entity entity) |
getValue, read, setValue, toString, valueProperty, writepublic SelectableComponent copy()
CopyableComponentObject.clone().
The 'depth' of the copy should be determined by the user.copy in interface CopyableComponent<SelectableComponent>Copyright © 2018. All rights reserved.