CesiumLanguageWriter.PacketCesiumWriter.OpenConicSensorProperty C# (CSharp) Méthode

OpenConicSensorProperty() public méthode

Opens and returns the writer for the agi_conicSensor property. The agi_conicSensor property defines a conical sensor volume taking into account occlusion of an ellipsoid, i.e., the globe. The sensor is is positioned and oriented using the position and orientation properties.
public OpenConicSensorProperty ( ) : ConicSensorCesiumWriter
Résultat ConicSensorCesiumWriter
        public ConicSensorCesiumWriter OpenConicSensorProperty()
        {
            return OpenAndReturn(ConicSensorWriter);
        }