Initial commit
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
@startuml
|
||||
class BlocksMap {
|
||||
+ blocks : Dictionary<string, Dictionary<Vector3, BlockNode>>
|
||||
+ allNodes : List<BlockNode>
|
||||
+ rootNode : BlockNode
|
||||
+ calcTotalNodes() : long
|
||||
+ init(blocksMap:BlocksMap) : void
|
||||
- OnEnable() : void
|
||||
- RebuildDictionary() : void
|
||||
+ setRootNode(node:BlockNode) : void
|
||||
+ {static} RoundPosition(position:Vector3, precision:float) : Vector3
|
||||
+ {static} RoundRotation(rotation:Quaternion, precision:float) : Quaternion
|
||||
}
|
||||
ScriptableObject <|-- BlocksMap
|
||||
@enduml
|
||||
Reference in New Issue
Block a user