Class SpatialMappingRenderer
Inheritance
SpatialMappingRenderer
Syntax
public class SpatialMappingRenderer : SpatialMappingBase
Properties
occlusionMaterial
Declaration
public Material occlusionMaterial { get; set; }
Property Value
Type |
Description |
Material |
|
renderState
Declaration
public SpatialMappingRenderer.RenderState renderState { get; set; }
Property Value
visualMaterial
Declaration
public Material visualMaterial { get; set; }
Property Value
Type |
Description |
Material |
|
Methods
ApplyPropertiesToCachedSurfaces()
Declaration
protected void ApplyPropertiesToCachedSurfaces()
DestroySurface(SpatialMappingBase.Surface)
Declaration
protected override void DestroySurface(SpatialMappingBase.Surface surface)
Parameters
Overrides
OnBeginSurfaceEviction(Boolean, SpatialMappingBase.Surface)
Declaration
protected override void OnBeginSurfaceEviction(bool shouldBeActiveWhileRemoved, SpatialMappingBase.Surface surface)
Parameters
Overrides
OnDestroy()
Declaration
protected override void OnDestroy()
Overrides
OnResetProperties()
Declaration
protected override void OnResetProperties()
Overrides
OnSurfaceDataReady(SpatialMappingBase, SurfaceData, Boolean, Single)
Declaration
protected override void OnSurfaceDataReady(SpatialMappingBase requester, SurfaceData bakedData, bool outputWritten, float elapsedBakeTimeSeconds)
Parameters
Overrides
Reset()
Declaration
protected override void Reset()
Overrides