Property positions
positions
Gets or sets the authored point samples stored by this asset.
public PositionSample[] positions { get; set; }
Property Value
Remarks
The array is returned and assigned by reference. Callers that modify the returned array are editing the container's serialized contents directly. Each sample is uploaded as-is to the graph buffer, so validity flags and positions should already be prepared in the format expected by consuming nodes.