struct_NativeLineSegment
title: struct NativeLineSegment toc_max_heading_level: 4
struct NativeLineSegment
(Niantic.Lightship.Maps.Builders.Performance.NativeFeatures.NativeLineSegment)
struct NativeLineSegment {
// フィールド
readonly float3 VertexA;
readonly float3 VertexB;
// メソッド
static static operator NativeLineSegment (LineSegment segment);
};