Update GltfData comment.

This commit is contained in:
ousttrue
2021-10-26 19:04:18 +09:00
parent 58678776b5
commit cc1e10c5bd

View File

@@ -5,11 +5,8 @@ using System.Linq;
namespace UniGLTF
{
/// <summary>
/// gltf の読み込み補助クラス
///
/// * JSONにパースができている
/// * glbの場合は bin chunk のバイト列が入手出来ている
///
/// * JSON is parsed but not validated as glTF
/// * For glb, bin chunks are already available
/// </summary>
public sealed class GltfData
{