LineRenderer.BakeMesh

Switch to Manual

Declaration

public void BakeMesh(Mesh mesh, bool useTransform);

Declaration

public void BakeMesh(Mesh mesh, Camera camera, bool useTransform);

Parameters

mesh A static mesh that will receive the snapshot of the line.
camera The camera used for determining which way camera-space lines will face.
useTransform Include the rotation and scale of the Transform in the baked mesh.

Description

Creates a snapshot of LineRenderer and stores it in mesh.


Did you find this page useful? Please give it a rating: