CesiumLanguageWriter.PacketCesiumWriter.OpenViewFromProperty C# (CSharp) Method

OpenViewFromProperty() public method

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
return ViewFromCesiumWriter
        public ViewFromCesiumWriter OpenViewFromProperty()
        {
            return OpenAndReturn(ViewFromWriter);
        }