• GLTFast
    • AnimationMethod
    • ComponentType
    • DontDestroyOnLoad
    • EntityInstantiator
      • Constructors
        • EntityInstantiator
      • Fields
        • m_Gltf
        • m_Logger
        • m_Nodes
        • m_Parent
        • m_Settings
      • Methods
        • AddAnimation
        • AddCamera
        • AddLightPunctual
        • AddPrimitive
        • AddPrimitiveInstanced
        • BeginScene
        • CreateNode
        • EndScene
        • SetNodeName
    • Extension
    • ExtensionName
      • Fields
        • DracoMeshCompression
        • LightsPunctual
        • MaterialsClearcoat
        • MaterialsPbrSpecularGlossiness
        • MaterialsTransmission
        • MaterialsUnlit
        • MeshGPUInstancing
        • MeshQuantization
        • MeshoptCompression
        • TextureBasisUniversal
        • TextureTransform
      • Methods
        • GetName
    • GameObjectBoundsInstantiator
      • Constructors
        • GameObjectBoundsInstantiator
      • Methods
        • AddPrimitive
        • BeginScene
        • CalculateBounds
    • GameObjectInstantiator
      • Constructors
        • GameObjectInstantiator
      • Fields
        • m_Gltf
        • m_Logger
        • m_Nodes
        • m_Parent
        • m_Settings
      • Properties
        • SceneInstance
        • SceneTransform
      • Methods
        • AddAnimation
        • AddCamera
        • AddLightPunctual
        • AddPrimitive
        • AddPrimitiveInstanced
        • BeginScene
        • CreateNode
        • EndScene
        • SetNodeName
      • Events
        • EndSceneCompleted
        • MeshAdded
        • NodeCreated
    • GameObjectInstantiator.MeshAddedDelegate
    • GameObjectInstantiator.NodeCreatedDelegate
    • GameObjectSceneInstance
      • Properties
        • Cameras
        • LegacyAnimation
        • Lights
    • GltfAsset
      • Properties
        • FullUrl
        • InstantiationSettings
        • LoadOnStartup
        • PlayAutomatically
        • SceneId
        • SceneInstance
        • StreamingAsset
        • Url
      • Methods
        • ClearScenes
        • GetDefaultInstantiator
        • Load
        • PostInstantiation
        • Start
    • GltfAssetBase
      • Properties
        • CurrentSceneId
        • ImportSettings
        • Importer
        • IsDone
        • SceneCount
        • SceneNames
      • Methods
        • ClearScenes
        • Dispose
        • GetDefaultInstantiator
        • GetMaterial
        • Instantiate
        • InstantiateScene
        • Load
        • OnDestroy
        • PostInstantiation
    • GltfBoundsAsset
      • Properties
        • Bounds
        • CreateBoxCollider
      • Methods
        • GetDefaultInstantiator
        • InstantiateScene
        • Load
    • GltfEntityAsset
      • Properties
        • FullUrl
        • InstantiationSettings
        • LoadOnStartup
        • SceneId
        • StreamingAsset
        • Url
      • Methods
        • ClearScenes
        • GetDefaultInstantiator
        • Load
        • PostInstantiation
        • Start
    • GltfGlobals
      • Fields
        • GlbExt
        • GltfBinaryMagic
        • GltfExt
        • GltfPackageName
      • Methods
        • IsGltfBinary
    • GltfImport
      • Constructors
        • GltfImport
      • Methods
        • ParseJson
    • GltfImportBase
      • Constructors
        • GltfImportBase
      • Properties
        • DefaultSceneIndex
        • ImageCount
        • LoadingDone
        • LoadingError
        • MaterialCount
        • Root
        • SceneCount
        • TextureCount
      • Methods
        • AddImportAddonInstance
        • Dispose
        • GetAccessor
        • GetAccessorSparseIndices
        • GetAccessorSparseValues
        • GetAnimationClips
        • GetBindPoses
        • GetDefaultMaterial
        • GetImage
        • GetImportAddonInstance
        • GetMaterial
        • GetMeshes
        • GetSceneName
        • GetSourceCamera
        • GetSourceImage
        • GetSourceLightPunctual
        • GetSourceMaterial
        • GetSourceNode
        • GetSourceScene
        • GetSourceTexture
        • GetTexture
        • InstantiateMainScene
        • InstantiateMainSceneAsync
        • InstantiateScene
        • InstantiateSceneAsync
        • IsTextureYFlipped
        • Load
        • LoadFile
        • LoadGltfBinary
        • LoadGltfJson
        • ParseJson
        • SetDefaultDeferAgent
        • UnsetDefaultDeferAgent
      • Events
        • LoadAccessorDataEvent
        • MeshResultAssigned
    • GltfImportBase<TRoot>
      • Constructors
        • GltfImportBase
      • Properties
        • Root
      • Methods
        • GetSourceRoot
    • IDeferAgent
      • Methods
        • BreakPoint
        • ShouldDefer
    • IGltfReadable
      • Properties
        • ImageCount
        • MaterialCount
        • TextureCount
      • Methods
        • GetAccessor
        • GetBindPoses
        • GetDefaultMaterial
        • GetImage
        • GetMaterial
        • GetSourceCamera
        • GetSourceImage
        • GetSourceLightPunctual
        • GetSourceMaterial
        • GetSourceNode
        • GetSourceScene
        • GetSourceTexture
        • GetTexture
        • IsTextureYFlipped
    • IGltfReadable<TRoot>
      • Methods
        • GetSourceRoot
    • IInstantiator
      • Methods
        • AddAnimation
        • AddCamera
        • AddLightPunctual
        • AddPrimitive
        • AddPrimitiveInstanced
        • BeginScene
        • CreateNode
        • EndScene
        • SetNodeName
    • ImportSettings
      • Properties
        • AnimationMethod
        • AnisotropicFilterLevel
        • DefaultMagFilterMode
        • DefaultMinFilterMode
        • GenerateMipMaps
        • NodeNameMethod
    • InstantiationSettings
      • Properties
        • Layer
        • LightIntensityFactor
        • Mask
        • SceneObjectCreation
        • SkinUpdateWhenOffscreen
    • LightPunctualExtension
      • Methods
        • ToLightPunctual
        • ToUnityLight
    • Mathematics
      • Methods
        • Decompose
        • Normalize
    • MeshResult
      • Constructors
        • MeshResult
      • Fields
        • materialIndices
        • mesh
        • meshIndex
        • primitiveIndices
    • NameImportMethod
    • NodeExtension
      • Methods
        • GetTransform
    • RenderPipeline
    • RenderPipelineUtils
      • Properties
        • RenderPipeline
    • SceneObjectCreation
    • TimeBudgetPerFrameDeferAgent
      • Methods
        • BreakPoint
        • SetFrameBudget
        • ShouldDefer
    • UninterruptedDeferAgent
      • Methods
        • BreakPoint
        • ShouldDefer
  • GLTFast.Addons
    • ImportAddon
      • Methods
        • CreateImportInstance
    • ImportAddonInstance
      • Methods
        • Dispose
        • Inject
        • SupportsGltfExtension
    • ImportAddonRegistry
      • Methods
        • RegisterImportAddon
    • ImportAddon<TInstance>
      • Methods
        • CreateImportInstance
  • GLTFast.Export
    • Compression
    • DracoExportSettings
      • Fields
        • colorQuantization
        • decodingSpeed
        • encodingSpeed
        • normalQuantization
        • positionQuantization
        • texCoordQuantization
    • ExportSettings
      • Properties
        • ComponentMask
        • Compression
        • Deterministic
        • DracoSettings
        • FileConflictResolution
        • Format
        • ImageDestination
        • LightIntensityFactor
    • FileConflictResolution
    • GameObjectExport
      • Constructors
        • GameObjectExport
      • Methods
        • AddScene
        • SaveToFileAndDispose
        • SaveToStreamAndDispose
    • GameObjectExportSettings
      • Properties
        • DisabledComponents
        • LayerMask
        • OnlyActiveInHierarchy
    • GltfFormat
    • GltfWriter
      • Constructors
        • GltfWriter
      • Methods
        • AddCamera
        • AddCameraToNode
        • AddImage
        • AddLight
        • AddLightToNode
        • AddMaterial
        • AddMeshToNode
        • AddNode
        • AddSampler
        • AddScene
        • AddTexture
        • RegisterExtensionUsage
        • SaveToFileAndDispose
        • SaveToStreamAndDispose
    • HighDefinitionMaterialExport
      • Methods
        • ConvertMaterial
        • GetUnlitColor
    • IGltfWritable
      • Methods
        • AddCamera
        • AddCameraToNode
        • AddImage
        • AddLight
        • AddLightToNode
        • AddMaterial
        • AddMeshToNode
        • AddNode
        • AddSampler
        • AddScene
        • AddTexture
        • RegisterExtensionUsage
        • SaveToFileAndDispose
        • SaveToStreamAndDispose
    • IMaterialExport
      • Methods
        • ConvertMaterial
    • ImageDestination
    • ImageExportBase
      • Properties
        • FileName
        • FilterMode
        • MimeType
        • WrapModeU
        • WrapModeV
      • Methods
        • EncodeTexture
        • GetData
        • Write
    • ImageFormat
    • MaterialExport
      • Methods
        • GetDefaultMaterialExport
    • MaterialExportBase
      • Fields
        • BaseColorProperty
        • ColorProperty
        • CutoffProperty
        • MainTexProperty
        • MetallicProperty
        • SmoothnessProperty
      • Methods
        • AddImageExport
        • ConvertMaterial
        • ExportNormalTextureInfo
        • ExportTextureInfo
        • ExportTextureTransform
        • ExportUnlit
        • GetUnlitColor
        • IsDoubleSided
        • IsUnlit
        • SetAlphaModeAndCutoff
    • StandardMaterialExport
      • Methods
        • ConvertMaterial
  • GLTFast.Loading
    • AwaitableDownload
      • Constructors
        • AwaitableDownload
      • Fields
        • m_AsyncOperation
        • m_Request
      • Properties
        • Data
        • Error
        • IsBinary
        • Success
        • Text
      • Methods
        • Dispose
        • WaitAsync
    • AwaitableTextureDownload
      • Constructors
        • AwaitableTextureDownload
      • Properties
        • Texture
      • Methods
        • CreateRequest
    • CustomHeaderDownload
      • Constructors
        • CustomHeaderDownload
    • CustomHeaderDownloadProvider
      • Constructors
        • CustomHeaderDownloadProvider
      • Methods
        • Request
        • RequestTexture
    • CustomHeaderTextureDownload
      • Constructors
        • CustomHeaderTextureDownload
    • DefaultDownloadProvider
      • Methods
        • Request
        • RequestTexture
    • HttpHeader
      • Constructors
        • HttpHeader
      • Properties
        • Key
        • Value
    • IDownload
      • Properties
        • Data
        • Error
        • IsBinary
        • Success
        • Text
    • IDownloadProvider
      • Methods
        • Request
        • RequestTexture
    • ITextureDownload
      • Properties
        • Texture
  • GLTFast.Logging
    • CollectingLogger
      • Properties
        • Count
        • Items
      • Methods
        • Error
        • Info
        • LogAll
        • Warning
    • ConsoleLogger
      • Methods
        • Error
        • Info
        • Warning
    • ICodeLogger
      • Methods
        • Error
        • Info
        • Warning
    • LogCode
    • LogItem
      • Constructors
        • LogItem
      • Properties
        • Code
        • Messages
        • Type
      • Methods
        • Log
        • ToString
    • LogMessages
      • Methods
        • GetFullMessage
  • GLTFast.Materials
    • Constants
      • Fields
        • NormalMapKeyword
    • HighDefinitionRPMaterialGenerator
      • Fields
        • CullModeForwardProperty
        • DistortionVectorsPass
        • MetallicStackLitShader
      • Methods
        • GetMetallicShader
        • SetAlphaModeMask
        • SetDoubleSided
        • SetShaderModeBlend
    • IMaterialGenerator
      • Methods
        • GenerateMaterial
        • GetDefaultMaterial
        • SetLogger
    • MaterialGenerator
      • Fields
        • AlphaCutoffProperty
        • AlphaTestOnKeyword
        • BaseColorProperty
        • BaseColorTextureProperty
        • BaseColorTextureRotationProperty
        • BaseColorTextureScaleTransformProperty
        • BaseColorTextureTexCoordProperty
        • CullModeProperty
        • CullProperty
        • DefaultMaterialName
        • DiffuseFactorProperty
        • DiffuseTextureProperty
        • DiffuseTextureRotationProperty
        • DiffuseTextureScaleTransformProperty
        • DiffuseTextureTexCoordProperty
        • DstBlendProperty
        • EmissiveFactorProperty
        • EmissiveTextureProperty
        • EmissiveTextureRotationProperty
        • EmissiveTextureScaleTransformProperty
        • EmissiveTextureTexCoordProperty
        • FadeRenderType
        • GlossinessFactorProperty
        • MetallicProperty
        • MetallicRoughnessMapProperty
        • MetallicRoughnessMapRotationProperty
        • MetallicRoughnessMapScaleTransformProperty
        • MetallicRoughnessMapUVChannelProperty
        • NormalTextureProperty
        • NormalTextureRotationProperty
        • NormalTextureScaleProperty
        • NormalTextureScaleTransformProperty
        • NormalTextureTexCoordProperty
        • OcclusionTextureProperty
        • OcclusionTextureRotationProperty
        • OcclusionTextureScaleTransformProperty
        • OcclusionTextureStrengthProperty
        • OcclusionTextureTexCoordProperty
        • OpaqueRenderType
        • RenderTypeTag
        • RoughnessFactorProperty
        • SpecularFactorProperty
        • SpecularGlossinessTextureProperty
        • SpecularGlossinessTextureRotationProperty
        • SpecularGlossinessTextureScaleTransformProperty
        • SpecularGlossinessTextureTexCoordProperty
        • SrcBlendProperty
        • TextureTransformKeyword
        • TransparentCutoutRenderType
        • TransparentRenderType
        • UVChannelSelectKeyword
        • ZWriteProperty
      • Properties
        • Logger
      • Methods
        • FindShader
        • GenerateDefaultMaterial
        • GenerateMaterial
        • GetDefaultMaterial
        • GetDefaultMaterialGenerator
        • SetLogger
        • TransmissionWorkaroundShaderMode
        • TrySetTexture
    • MaterialGenerator.MaterialType
    • ShaderGraphMaterialGenerator
      • Fields
        • AlphaDstBlendProperty
        • ClearcoatNormalTextureProperty
        • ClearcoatNormalTextureRotationProperty
        • ClearcoatNormalTextureScaleProperty
        • ClearcoatNormalTextureScaleTransformProperty
        • ClearcoatNormalTextureTexCoordProperty
        • ClearcoatProperty
        • ClearcoatRoughnessProperty
        • ClearcoatRoughnessTextureProperty
        • ClearcoatRoughnessTextureRotationProperty
        • ClearcoatRoughnessTextureScaleTransformProperty
        • ClearcoatRoughnessTextureTexCoordProperty
        • ClearcoatTextureProperty
        • ClearcoatTextureRotationProperty
        • ClearcoatTextureScaleTransformProperty
        • ClearcoatTextureTexCoordProperty
        • DisableSsrTransparentKeyword
        • EnableFogOnTransparentKeyword
        • MetallicShader
        • MotionVectorTag
        • MotionVectorUser
        • MotionVectorsPass
        • ShaderPassDepthOnlyPass
        • ShaderPassRayTracingPrepass
        • ShaderPassTransparentBackface
        • ShaderPassTransparentDepthPostpass
        • ShaderPassTransparentDepthPrepass
        • SpecularShader
        • SurfaceTypeTransparentKeyword
        • TransmissionFactorProperty
        • TransmissionTextureProperty
        • UnlitShader
        • ZTestGBufferProperty
      • Methods
        • ApplyTransmission
        • ApplyTransmissionShaderFeatures
        • GenerateDefaultMaterial
        • GenerateMaterial
        • GetMetallicShader
        • GetMetallicShaderFeatures
        • LoadShaderByName
        • SetAlphaModeMask
        • SetDoubleSided
        • SetShaderModeBlend
        • SetShaderModeOpaque
        • SetShaderModePremultiply
    • ShaderGraphMaterialGenerator.MetallicShaderFeatures
    • ShaderGraphMaterialGenerator.ShaderMode
    • ShaderGraphMaterialGenerator.SpecularShaderFeatures
    • UniversalRPMaterialGenerator
      • Constructors
        • UniversalRPMaterialGenerator
      • Fields
        • MetallicClearcoatShader
      • Methods
        • ApplyTransmission
        • ApplyTransmissionShaderFeatures
        • GetMetallicShader
        • SetAlphaModeMask
        • SetDoubleSided
        • SetShaderModeBlend
  • GLTFast.Newtonsoft
    • GltfImport
      • Constructors
        • GltfImport
      • Methods
        • ParseJson
  • GLTFast.Newtonsoft.Schema
    • Accessor
      • Constructors
        • Accessor
      • Fields
        • extensions
        • extras
      • Methods
        • TryGetValue
    • AccessorSparse
      • Constructors
        • AccessorSparse
      • Fields
        • extensions
        • extras
      • Methods
        • TryGetValue
    • AccessorSparseIndices
      • Constructors
        • AccessorSparseIndices
      • Fields
        • extensions
        • extras
      • Methods
        • TryGetValue
    • AccessorSparseValues
      • Constructors
        • AccessorSparseValues
      • Fields
        • extensions
        • extras
      • Methods
        • TryGetValue
    • Animation
      • Constructors
        • Animation
      • Fields
        • extensions
        • extras
      • Methods
        • TryGetValue
    • AnimationChannel
      • Constructors
        • AnimationChannel
      • Fields
        • extensions
        • extras
      • Methods
        • TryGetValue
    • AnimationChannelTarget
      • Constructors
        • AnimationChannelTarget
      • Fields
        • extensions
        • extras
      • Methods
        • TryGetValue
    • AnimationSampler
      • Constructors
        • AnimationSampler
      • Fields
        • extensions
        • extras
      • Methods
        • TryGetValue
    • Asset
      • Constructors
        • Asset
      • Fields
        • extensions
        • extras
      • Methods
        • TryGetValue
    • Buffer
      • Constructors
        • Buffer
      • Fields
        • extensions
        • extras
      • Methods
        • TryGetValue
    • BufferView
      • Constructors
        • BufferView
      • Fields
        • extras
      • Methods
        • TryGetValue
    • BufferViewExtensions
      • Constructors
        • BufferViewExtensions
      • Methods
        • TryGetValue
    • Camera
      • Constructors
        • Camera
      • Fields
        • extensions
        • extras
      • Methods
        • TryGetValue
    • CameraOrthographic
      • Constructors
        • CameraOrthographic
      • Fields
        • extensions
        • extras
      • Methods
        • TryGetValue
    • CameraPerspective
      • Constructors
        • CameraPerspective
      • Fields
        • extensions
        • extras
      • Methods
        • TryGetValue
    • IJsonObject
      • Methods
        • TryGetValue
    • Image
      • Constructors
        • Image
      • Fields
        • extensions
        • extras
      • Methods
        • TryGetValue
    • Material
      • Constructors
        • Material
      • Fields
        • extras
      • Methods
        • TryGetValue
    • MaterialExtensions
      • Constructors
        • MaterialExtensions
      • Methods
        • TryGetValue
    • Mesh
      • Constructors
        • Mesh
      • Fields
        • extensions
      • Methods
        • TryGetValue
    • MeshExtras
      • Constructors
        • MeshExtras
      • Methods
        • TryGetValue
    • MeshPrimitive
      • Constructors
        • MeshPrimitive
      • Fields
        • extras
      • Methods
        • TryGetValue
    • MeshPrimitiveExtensions
      • Constructors
        • MeshPrimitiveExtensions
      • Methods
        • TryGetValue
    • Node
      • Constructors
        • Node
      • Fields
        • extras
      • Methods
        • TryGetValue
    • NodeExtensions
      • Constructors
        • NodeExtensions
      • Methods
        • TryGetValue
    • NormalTextureInfo
      • Constructors
        • NormalTextureInfo
      • Fields
        • extras
      • Methods
        • TryGetValue
    • OcclusionTextureInfo
      • Constructors
        • OcclusionTextureInfo
      • Fields
        • extras
      • Methods
        • TryGetValue
    • PbrMetallicRoughness
      • Constructors
        • PbrMetallicRoughness
      • Fields
        • extensions
        • extras
      • Methods
        • TryGetValue
    • Root
      • Constructors
        • Root
      • Fields
        • extras
      • Methods
        • TryGetValue
    • RootExtensions
      • Constructors
        • RootExtensions
      • Methods
        • TryGetValue
    • Sampler
      • Constructors
        • Sampler
      • Fields
        • extensions
        • extras
      • Methods
        • TryGetValue
    • Scene
      • Constructors
        • Scene
      • Fields
        • extensions
        • extras
      • Methods
        • TryGetValue
    • Skin
      • Constructors
        • Skin
      • Fields
        • extensions
        • extras
      • Methods
        • TryGetValue
    • Texture
      • Constructors
        • Texture
      • Fields
        • extras
      • Methods
        • TryGetValue
    • TextureExtensions
      • Constructors
        • TextureExtensions
      • Methods
        • TryGetValue
    • TextureInfo
      • Constructors
        • TextureInfo
      • Fields
        • extras
      • Methods
        • TryGetValue
    • TextureInfoExtensions
      • Constructors
        • TextureInfoExtensions
      • Methods
        • TryGetValue
    • UnclassifiedData
      • Constructors
        • UnclassifiedData
      • Methods
        • TryGetValue
  • GLTFast.Schema
    • Accessor
    • AccessorBase
      • Fields
        • bufferView
        • byteOffset
        • componentType
        • count
        • max
        • min
        • normalized
        • type
      • Properties
        • ByteSize
        • ElementByteSize
        • IsSparse
        • Sparse
      • Methods
        • GetAccessorAttributeType
        • GetAccessorAttributeTypeLength
        • GetAttributeType
        • GetComponentType
        • GetComponentTypeSize
        • SetAttributeType
        • TryGetBounds
    • AccessorBase<TSparse>
      • Fields
        • sparse
      • Properties
        • Sparse
    • AccessorSparse
    • AccessorSparseBase
      • Fields
        • count
      • Properties
        • Indices
        • Values
    • AccessorSparseBase<TIndices, TValues>
      • Fields
        • indices
        • values
      • Properties
        • Indices
        • Values
    • AccessorSparseIndices
      • Fields
        • bufferView
        • byteOffset
        • componentType
    • AccessorSparseValues
      • Fields
        • bufferView
        • byteOffset
    • Animation
    • AnimationBase
      • Properties
        • Channels
        • Samplers
    • AnimationBase<TChannel, TSampler>
      • Fields
        • channels
        • samplers
      • Properties
        • Channels
        • Samplers
    • AnimationChannel
    • AnimationChannelBase
      • Fields
        • sampler
      • Properties
        • Target
    • AnimationChannelBase.Path
    • AnimationChannelBase<TTarget>
      • Fields
        • target
      • Properties
        • Target
    • AnimationChannelTarget
      • Fields
        • node
        • path
      • Methods
        • GetPath
    • AnimationSampler
      • Fields
        • input
        • interpolation
        • output
      • Methods
        • GetInterpolationType
    • Asset
      • Fields
        • copyright
        • generator
        • minVersion
        • version
    • Attributes
      • Fields
        • COLOR_0
        • JOINTS_0
        • NORMAL
        • POSITION
        • TANGENT
        • TEXCOORD_0
        • TEXCOORD_1
        • TEXCOORD_2
        • TEXCOORD_3
        • TEXCOORD_4
        • TEXCOORD_5
        • TEXCOORD_6
        • TEXCOORD_7
        • TEXCOORD_8
        • WEIGHTS_0
      • Methods
        • Equals
        • GetHashCode
    • Buffer
      • Fields
        • byteLength
        • uri
    • BufferView
    • BufferViewBase
      • Fields
        • buffer
        • byteLength
        • byteOffset
        • byteStride
        • target
      • Properties
        • Buffer
        • ByteLength
        • ByteOffset
        • Extensions
    • BufferViewBase<TExtensions>
      • Fields
        • extensions
      • Properties
        • Extensions
    • BufferViewExtensions
      • Fields
        • EXT_meshopt_compression
    • BufferViewMeshoptExtension
      • Fields
        • buffer
        • byteLength
        • byteOffset
        • byteStride
        • count
        • filter
        • mode
      • Properties
        • Buffer
        • ByteLength
        • ByteOffset
      • Methods
        • GetFilter
        • GetMode
    • Camera
    • CameraBase
      • Fields
        • type
      • Properties
        • Orthographic
        • Perspective
      • Methods
        • GetCameraType
        • SetCameraType
    • CameraBase.Type
    • CameraBase<TOrthographic, TPerspective>
      • Fields
        • orthographic
        • perspective
      • Properties
        • Orthographic
        • Perspective
    • CameraOrthographic
      • Fields
        • xmag
        • ymag
        • zfar
        • znear
    • CameraPerspective
      • Fields
        • aspectRatio
        • yfov
        • zfar
        • znear
    • ClearCoat
      • Fields
        • clearcoatFactor
        • clearcoatNormalTexture
        • clearcoatRoughnessFactor
        • clearcoatRoughnessTexture
        • clearcoatTexture
    • DrawMode
    • GltfAccessorAttributeType
    • GltfComponentType
    • IBufferView
      • Properties
        • Buffer
        • ByteLength
        • ByteOffset
    • Image
      • Fields
        • bufferView
        • mimeType
        • uri
    • InterpolationType
    • LightPunctual
      • Fields
        • color
        • intensity
        • range
        • spot
        • type
      • Properties
        • LightColor
      • Methods
        • GetLightType
        • SetLightType
    • LightPunctual.Type
    • LightsPunctual
      • Fields
        • lights
      • Methods
        • JsonUtilityCleanup
    • Material
    • MaterialBase
      • Fields
        • alphaCutoff
        • alphaMode
        • doubleSided
        • emissiveFactor
      • Properties
        • Emissive
        • EmissiveTexture
        • Extensions
        • NormalTexture
        • OcclusionTexture
        • PbrMetallicRoughness
        • RequiresNormals
        • RequiresTangents
      • Methods
        • GetAlphaMode
        • SetAlphaMode
    • MaterialBase.AlphaMode
    • MaterialBase<TExtensions, TNormalTextureInfo, TOcclusionTextureInfo, TPbrMetallicRoughness, TTextureInfo, TTextureInfoExtensions>
      • Fields
        • emissiveTexture
        • extensions
        • normalTexture
        • occlusionTexture
        • pbrMetallicRoughness
      • Properties
        • EmissiveTexture
        • Extensions
        • NormalTexture
        • OcclusionTexture
        • PbrMetallicRoughness
    • MaterialExtensions
      • Fields
        • KHR_materials_clearcoat
        • KHR_materials_pbrSpecularGlossiness
        • KHR_materials_sheen
        • KHR_materials_transmission
        • KHR_materials_unlit
    • MaterialUnlit
    • Mesh
    • MeshBase
      • Fields
        • weights
      • Properties
        • Extras
        • Primitives
    • MeshBase<TExtras, TPrimitive>
      • Fields
        • extras
        • primitives
      • Properties
        • Extras
        • Primitives
      • Methods
        • Clone
    • MeshExtras
      • Fields
        • targetNames
    • MeshGpuInstancing
      • Fields
        • attributes
    • MeshGpuInstancing.Attributes
      • Fields
        • ROTATION
        • SCALE
        • TRANSLATION
    • MeshPrimitive
    • MeshPrimitiveBase
      • Fields
        • attributes
        • indices
        • material
        • mode
        • targets
      • Properties
        • Extensions
        • IsDracoCompressed
      • Methods
        • Clone
        • Equals
        • GetHashCode
    • MeshPrimitiveBase<TExtensions>
      • Fields
        • extensions
      • Properties
        • Extensions
    • MeshPrimitiveDracoExtension
      • Fields
        • attributes
        • bufferView
    • MeshPrimitiveExtensions
      • Fields
        • KHR_draco_mesh_compression
    • MorphTarget
      • Fields
        • NORMAL
        • POSITION
        • TANGENT
      • Methods
        • Equals
        • GetHashCode
    • NamedObject
      • Fields
        • name
    • Node
    • NodeBase
      • Fields
        • camera
        • children
        • matrix
        • mesh
        • rotation
        • scale
        • skin
        • translation
      • Properties
        • Extensions
      • Methods
        • JsonUtilityCleanup
    • NodeBase<TExtensions>
      • Fields
        • extensions
      • Properties
        • Extensions
    • NodeExtensions
      • Fields
        • EXT_mesh_gpu_instancing
        • KHR_lights_punctual
    • NodeLightsPunctual
      • Fields
        • light
    • NormalTextureInfo
    • NormalTextureInfoBase
      • Fields
        • scale
    • NormalTextureInfoBase<TExtensions>
      • Fields
        • extensions
      • Properties
        • Extensions
    • OcclusionTextureInfo
    • OcclusionTextureInfoBase
      • Fields
        • strength
    • OcclusionTextureInfoBase<TExtensions>
      • Fields
        • extensions
      • Properties
        • Extensions
    • PbrMetallicRoughness
    • PbrMetallicRoughnessBase
      • Fields
        • baseColorFactor
        • metallicFactor
        • roughnessFactor
      • Properties
        • BaseColor
        • BaseColorTexture
        • MetallicRoughnessTexture
    • PbrMetallicRoughnessBase<TTextureInfo>
      • Fields
        • baseColorTexture
        • metallicRoughnessTexture
      • Properties
        • BaseColorTexture
        • MetallicRoughnessTexture
    • PbrSpecularGlossiness
      • Fields
        • diffuseFactor
        • diffuseTexture
        • glossinessFactor
        • specularFactor
        • specularGlossinessTexture
      • Properties
        • DiffuseColor
        • SpecularColor
    • Root
    • RootBase
      • Fields
        • extensionsRequired
        • extensionsUsed
        • scene
      • Properties
        • Accessors
        • Animations
        • Asset
        • BufferViews
        • Buffers
        • Cameras
        • Extensions
        • HasAnimation
        • Images
        • Materials
        • Meshes
        • Nodes
        • Samplers
        • Scenes
        • Skins
        • Textures
      • Methods
        • GltfSerialize
        • IsAccessorInterleaved
        • JsonUtilityCleanup
    • RootBase<TAccessor, TAnimation, TAsset, TBuffer, TBufferView, TCamera, TExtensions, TImage, TMaterial, TMesh, TNode, TSampler, TScene, TSkin, TTexture>
      • Fields
        • accessors
        • animations
        • asset
        • bufferViews
        • buffers
        • cameras
        • extensions
        • images
        • materials
        • meshes
        • nodes
        • samplers
        • scenes
        • skins
        • textures
      • Properties
        • Accessors
        • Animations
        • Asset
        • BufferViews
        • Buffers
        • Cameras
        • Extensions
        • Images
        • Materials
        • Meshes
        • Nodes
        • Samplers
        • Scenes
        • Skins
        • Textures
    • RootExtensions
      • Fields
        • KHR_lights_punctual
      • Methods
        • JsonUtilityCleanup
    • Sampler
      • Constructors
        • Sampler
      • Fields
        • magFilter
        • minFilter
        • wrapS
        • wrapT
      • Properties
        • FilterMode
        • WrapU
        • WrapV
      • Methods
        • Apply
    • Sampler.MagFilterMode
    • Sampler.MinFilterMode
    • Sampler.WrapMode
    • Scene
      • Fields
        • nodes
    • Sheen
      • Fields
        • sheenColorFactor
        • sheenColorTexture
        • sheenRoughnessFactor
        • sheenRoughnessTexture
      • Properties
        • SheenColor
    • Skin
      • Fields
        • inverseBindMatrices
        • joints
        • skeleton
    • SpotLight
      • Fields
        • innerConeAngle
        • outerConeAngle
    • Texture
    • TextureBase
      • Fields
        • sampler
        • source
      • Properties
        • Extensions
        • IsKtx
      • Methods
        • Equals
        • GetHashCode
        • GetImageIndex
    • TextureBase<TExtensions>
      • Fields
        • extensions
      • Properties
        • Extensions
    • TextureBasisUniversal
      • Fields
        • source
    • TextureExtensions
      • Fields
        • KHR_texture_basisu
    • TextureInfo
    • TextureInfoBase
      • Fields
        • index
        • texCoord
      • Properties
        • Extensions
    • TextureInfoBase<TExtensions>
      • Fields
        • extensions
      • Properties
        • Extensions
    • TextureInfoExtensions
      • Fields
        • KHR_texture_transform
    • TextureTransform
      • Fields
        • offset
        • rotation
        • scale
        • texCoord
    • Transmission
      • Fields
        • transmissionFactor
        • transmissionTexture