Class SimulationMetadata
Inherited Members
Namespace: UnityEngine.Perception.GroundTruth.DataModel
Syntax
public class SimulationMetadata : Metadata, IMessageProducer
Constructors
SimulationMetadata()
Creates a new simulation metadata
Declaration
public SimulationMetadata()
Properties
perceptionVersion
The version of the perception package used to generate the data.
Declaration
public string perceptionVersion { get; set; }
Property Value
Type | Description |
---|---|
String |
renderPipeline
The render pipeline used to create the data. Currently either URP or HDRP.
Declaration
public string renderPipeline { get; }
Property Value
Type | Description |
---|---|
String |
unityVersion
The version of the Unity editor executing the simulation.
Declaration
public string unityVersion { get; set; }
Property Value
Type | Description |
---|---|
String |