File tree 2 files changed +3
-3
lines changed
Examples/ForceDirectedGraph3D/ForceDirectedGraph3D 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -159,7 +159,7 @@ struct ContentView: View {
159
159
. frame ( depth: 10.0 )
160
160
161
161
162
- } . ornament ( attachmentAnchor: . scene( alignment : . bottom) ) {
162
+ } . ornament ( attachmentAnchor: . scene( . bottom) ) {
163
163
Button {
164
164
165
165
} label: {
Original file line number Diff line number Diff line change @@ -7,8 +7,8 @@ where Vector: SimulatableVector & L2NormCalculatable {
7
7
///
8
8
/// Ordered as the nodeIds you passed in when initializing simulation.
9
9
/// They are always updated.
10
- @ usableFromInline
11
- package var position : UnsafeArray < Vector >
10
+ /// Exposed publicly so examples & clients can read out the latest positions.
11
+ public var position : UnsafeArray < Vector >
12
12
13
13
// public var positionBufferPointer: UnsafeMutablePointer<Vector>
14
14
You can’t perform that action at this time.
0 commit comments