|
static readonly ReadOnlyDictionary< Type, int > | pointDataSizes |
|
static readonly ReadOnlyDictionary< Type, string > | shaderNames |
|
◆ pointDataSizes
readonly ReadOnlyDictionary<Type, int> UnitySensors.Utils.PointCloud.PointUtilities.pointDataSizes |
|
static |
Initial value:= new ReadOnlyDictionary<Type, int>(new Dictionary<Type, int>
{
{ typeof(PointXYZ), 12 },
{ typeof(PointXYZI), 16 },
{ typeof(PointXYZRGB), 16 }
})
◆ shaderNames
readonly ReadOnlyDictionary<Type, string> UnitySensors.Utils.PointCloud.PointUtilities.shaderNames |
|
static |
Initial value:= new ReadOnlyDictionary<Type, string>(new Dictionary<Type, string>
{
{ typeof(PointXYZ), "UnitySensors/PointCloudXYZ" },
{ typeof(PointXYZI), "UnitySensors/PointCloudXYZI" },
{ typeof(PointXYZRGB), "UnitySensors/PointCloudXYZRGB" }
})
The documentation for this class was generated from the following file: