Initial commit
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
@startuml
|
||||
class JointPlacementHandler {
|
||||
+ {static} getInstance() : JointPlacementHandler
|
||||
+ FindAllSocketsAlignedBetween(start:SocketPoint, end:SocketPoint) : List<SocketPoint>
|
||||
+ FindTargetSocketsForJoint(jointBlock:JointBlock, searchPosition:Vector3) : List<SocketPoint>
|
||||
}
|
||||
MonoBehaviour <|-- JointPlacementHandler
|
||||
@enduml
|
||||
Reference in New Issue
Block a user