Property meshPrefab

| AR Foundation | 4.2.10 (original) (raw)

docs.unity3d.com

Search Results for

Show / Hide Table of Contents

meshPrefab

A Prefab to be instantiated for each generated mesh. The Prefab must have at least aMeshFilter component on it. If it also has a MeshCollidercomponent, the physics bounding volume data will be generated asynchronously. This does not block the main thread, but might take longer to process.

Declaration
public MeshFilter meshPrefab { get; set; }
Property Value
Type Description
MeshFilter
In This Article