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

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

Opens and returns the writer for the path property. The path property defines a path, which is a polyline defined by the motion of an object over time. The possible vertices of the path are specified by the position property.
public OpenPathProperty ( ) : PathCesiumWriter
Результат PathCesiumWriter
        public PathCesiumWriter OpenPathProperty()
        {
            return OpenAndReturn(PathWriter);
        }