Initial commit
This commit is contained in:
@@ -0,0 +1,22 @@
|
||||
@startuml
|
||||
enum GizmoDirection {
|
||||
X,
|
||||
Y,
|
||||
Z,
|
||||
}
|
||||
class GizmoMoveElement {
|
||||
- direction : GizmoDirection
|
||||
- attachedTransform : Transform
|
||||
- moveStrategy : AxisMoveStrategy
|
||||
- ghostManager : GhostManager
|
||||
- OGMat : Material
|
||||
- SelectedMat : Material
|
||||
- Start() : void
|
||||
+ getDirection() : GizmoDirection
|
||||
+ onSelectEnter() : void
|
||||
+ onSelectExit() : void
|
||||
+ ResetMat() : void
|
||||
- GetAxisDirection() : Vector3
|
||||
}
|
||||
MonoBehaviour <|-- GizmoMoveElement
|
||||
@enduml
|
||||
Reference in New Issue
Block a user