Version: 2022.3
言語: 日本語
public int GetVisiblePositions (out Vector3[] positions);
public int GetVisiblePositions (out NativeArray<Vector3> positions);
public int GetVisiblePositions (out NativeSlice<Vector3> positions);

パラメーター

positions The array of positions to retrieve.

戻り値

int How many positions were actually stored in the output array.

説明

Get the visible positions of all vertices in the trail.

This method is similar to GetPositions, except that it will not return positions that the Trail Renderer created while emitting was set to `false`.