You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -1144,6 +1150,24 @@ public RectangleCesiumWriter OpenRectangleProperty()
1144
1150
returnOpenAndReturn(RectangleWriter);
1145
1151
}
1146
1152
1153
+
/// <summary>
1154
+
/// Gets the writer for the <c>tileset</c> property. The returned instance must be opened by calling the <see cref="CesiumElementWriter.Open"/> method before it can be used for writing. The <c>tileset</c> property defines a 3D Tiles tileset.
1155
+
/// </summary>
1156
+
[NotNull]
1157
+
publicTilesetCesiumWriterTilesetWriter
1158
+
{
1159
+
get{returnm_tileset.Value;}
1160
+
}
1161
+
1162
+
/// <summary>
1163
+
/// Opens and returns the writer for the <c>tileset</c> property. The <c>tileset</c> property defines a 3D Tiles tileset.
1164
+
/// </summary>
1165
+
[NotNull]
1166
+
publicTilesetCesiumWriterOpenTilesetProperty()
1167
+
{
1168
+
returnOpenAndReturn(TilesetWriter);
1169
+
}
1170
+
1147
1171
/// <summary>
1148
1172
/// Gets the writer for the <c>wall</c> property. The returned instance must be opened by calling the <see cref="CesiumElementWriter.Open"/> method before it can be used for writing. The <c>wall</c> property defines a two-dimensional wall which conforms to the curvature of the globe and can be placed along the surface or at altitude.
* Gets the writer for the {@code tileset} property. The returned instance must be opened by calling the {@link CesiumElementWriter#open} method before it can be used for writing. The {@code tileset} property defines a 3D Tiles tileset.
* Gets the writer for the {@code wall} property. The returned instance must be opened by calling the {@link CesiumElementWriter#open} method before it can be used for writing. The {@code wall} property defines a two-dimensional wall which conforms to the curvature of the globe and can be placed along the surface or at altitude.
0 commit comments