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

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

Opens and returns the writer for the viewFrom property. The viewFrom property defines a suggested camera location when viewing this object. The property is specified as a Cartesian position in the East (x), North (y), Up (z) reference frame relative to the object's position.
public OpenViewFromProperty ( ) : ViewFromCesiumWriter
Результат ViewFromCesiumWriter
        public ViewFromCesiumWriter OpenViewFromProperty()
        {
            return OpenAndReturn(ViewFromWriter);
        }