Table of Contents

Property data

Namespace
Pinwheel.Vista
Assembly
Pinwheel.Vista.Runtime.dll

data

Gets or sets the biome data payload produced by this request.

public BiomeData data { get; set; }

Property Value

BiomeData

Remarks

The payload is usually allocated before the request starts and populated in-place as the coroutine progresses. Ownership of the contained resources follows normal BiomeData lifetime rules.