@startuml UECDataComponent <|-- UMBECEntityTypeDataComponent class UMBECEntityTypeDataComponent { +EEntityType GetEntityType(); +void SetEntityType(EEntityType type); -EEntityType _type; } UECDataComponent <|-- UUMBECCubeDataComponent class UUMBECCubeDataComponent { -_bEditableBreadth : bool -_bEditableHeight : bool -_bEditableLength : bool -_breadth: float -_elevation: float -_height: float -_length: float -_minBreadth: float -_minHeight: float -_minLength: float +UUMBECCubeDataComponent() +SetMins(float minLength, float minBreadth, float minHeight) : bool +SetEditable(EEntityDimension dim, bool value) : bool +SetValues(float Length, float Breadth, float Height) : bool +SetElevation(float elevation) : bool +GetLength() : float +GetBreadth() : float +GetHeight() : float +GetElevation() : float #_setLogicalValue(float target, float minData) : float } UECDataComponent <|-- UMBECMaterialDataComponent class UMBECMaterialDataComponent { -_defaultMaterial : UMaterial* -_selectedMaterial : UMaterial* -_hoverMaterial : UMaterial* +UMBECMaterialDataComponent(); +UMaterial* GetMaterial(); +UMaterial* GetSelectedMaterial(); +UMaterial* GetHoverMaterial(); +void SetMaterial(UMaterial * newMaterial); } UECDataComponent <|-- UMBECSelectibleDataComponent class UMBECSelectibleDataComponent { -_bSelectible : bool -_bSelected : bool +IsSelectible() : bool +IsSelected() : bool +SetSelectible(bool bSelectible) : void +Select() : void } @enduml
Decode URL
Submit
amiga
aws-orange
black-knight
bluegray
blueprint
cerulean-outline
cerulean
crt-amber
crt-green
cyborg-outline
cyborg
hacker
lightgray
mars
materia-outline
materia
metal
mimeograph
minty
plain
reddress-darkblue
reddress-darkgreen
reddress-darkorange
reddress-darkred
reddress-lightblue
reddress-lightgreen
reddress-lightorange
reddress-lightred
sandstone
silver
sketchy-outline
sketchy
spacelab
spacelab-white
superhero-outline
superhero
toy
united
vibrant
🎉 Discover the future PlantUML Web Editor! 🚀
PNG
SVG
ASCII Art