SensorFieldOfViewVisualizerTEntityFootprintInteriorTexture Property |
Gets or sets a value defining the
Texture2D of the footprint interior.
Namespace:
AGI.Foundation.Tracking
Assembly:
AGI.Foundation.Tracking.Graphics (in AGI.Foundation.Tracking.Graphics.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public Texture2D FootprintInteriorTexture { get; set; }
Public Property FootprintInteriorTexture As Texture2D
Get
Set
public:
property Texture2D^ FootprintInteriorTexture {
Texture2D^ get ();
void set (Texture2D^ value);
}
member FootprintInteriorTexture : Texture2D with get, set
Property Value
Type:
Texture2DSee Also