Initial commit
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
@startuml
|
||||
class ViewCubeController {
|
||||
}
|
||||
MonoBehaviour <|-- ViewCubeController
|
||||
ViewCubeController --> "mainCam" Camera
|
||||
ViewCubeController --> "viewCubeCam" Camera
|
||||
ViewCubeController --> "viewCubeImage" RawImage
|
||||
ViewCubeController --> "viewCubeLayer" LayerMask
|
||||
@enduml
|
||||
Reference in New Issue
Block a user