CesiumLanguageWriter.PacketCesiumWriter.OpenConicSensorProperty C# (CSharp) Метод

OpenConicSensorProperty() публичный Метод

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
Результат ConicSensorCesiumWriter
        public ConicSensorCesiumWriter OpenConicSensorProperty()
        {
            return OpenAndReturn(ConicSensorWriter);
        }