Initial commit
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
@startuml
|
||||
struct GhostMovementContext {
|
||||
+ <<readonly>> GhostTransform : Transform
|
||||
+ <<readonly>> SurfacePoint : Vector3
|
||||
+ <<readonly>> SurfaceNormal : Vector3
|
||||
+ <<readonly>> MySocket : SocketPoint
|
||||
+ <<readonly>> TargetSocket : SocketPoint
|
||||
+ <<readonly>> AttachPoint : Transform
|
||||
+ <<readonly>> FollowSpeed : float
|
||||
+ <<readonly>> HeightOffset : float
|
||||
+ <<readonly>> AlignToSurfaceNormal : bool
|
||||
+ <<readonly>> SnapRotation : bool
|
||||
+ RotationAxis : Vector3
|
||||
+ GhostMovementContext(ghostTransform:Transform, surfacePoint:Vector3, surfaceNormal:Vector3, mySocket:SocketPoint, targetSocket:SocketPoint, attachPoint:Transform, followSpeed:float, heightOffset:float, alignToSurfaceNormal:bool, snapRotation:bool)
|
||||
}
|
||||
@enduml
|
||||
Reference in New Issue
Block a user