Property meshPrefab
| AR Foundation | 4.2.10 (original) (raw)
Search Results for
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 |