Avatar SDK Unity Cloud plugin  3.0.1
Realistic avatar generation toolset for Unity3D
Class Hierarchy
This inheritance list is sorted roughly, but not completely, alphabetically:
[detail level 1234]
 CItSeez3D.AvatarSdk.Core.AccessCredentials
 CItSeez3D.AvatarSdk.Core.Communication.AccessDataAccess data returned by auth request.
 CItSeez3D.AvatarSdk.Core.AdditionalTexturesParameters
 CUnityGLTF.Cache.AnimationCacheData
 CUnityGLTF.Cache.AnimationSamplerCacheData
 CItSeez3D.AvatarSdk.Core.AsyncRequestThe main return type for most SDK calls. Analogue of Unity's WWW and UnityWebRequest classes. Should be used inside coroutines. AsyncRequests allow chaining of multiple async calls in a single coroutine, much like the traditional sequential code. Class is derived from CustomYieldInstruction, which allows you to yield on it, and then check the return value or the error once the async operation is completed. See the samples for usage examples.
 CItSeez3D.AvatarSdk.Core.AsyncRequest< DataType >
 CItSeez3D.AvatarSdk.Core.AsyncUtils
 CGLTF.AttributeAccessor
 CItSeez3D.AvatarSdk.Core.AvatarColor
 CItSeez3D.AvatarSdk.Cloud.AvatarData
 CItSeez3D.AvatarSdk.Cloud.AvatarHaircutData
 CItSeez3D.AvatarSdk.Core.AvatarSdkMgrUtility class (singleton) that takes care of a few things. 1) Singleton instance is a MonoBehaviour added as a component to active GameObject in a scene. Having this we can spawn coroutines from methods of classes not derived from MonoBehaviour (such as Connection or Session). 2) AvatarSdkMgr instance holds implementations of abstract interfaces used across the plugin, such as IStringManager and IPersistentStorage.
 CItSeez3D.AvatarSdk.Core.AvatarSdkSettings
 CItSeez3D.AvatarSdk.Core.BasePersistentStorage
 CItSeez3D.AvatarSdk.Core.BlendshapeReaderRead blendshapes from a simple binary format.
 CItSeez3D.AvatarSdk.Core.BlendshapesParameters
 CUnityGLTF.Cache.BufferViewCacheData
 CGLTF.ChunkInfoInfomration that contains parsed chunk
 CItSeez3D.AvatarSdk.Cloud.CloudComputationParametersControllerResource manager for Cloud SDK
 CItSeez3D.AvatarSdk.Core.ComputationListList of computation values such as haircuts, blendshapes
 CItSeez3D.AvatarSdk.Core.ComputationListValueRepresents the value in the list of the computation params (such as haircuts, blendshapes, etc)
 CItSeez3D.AvatarSdk.Core.ComputationParametersParameters for avatar generation
 CItSeez3D.AvatarSdk.Core.ComputationPropertiesGroupBase class that stores group of the computation properties
 CItSeez3D.AvatarSdk.Core.ComputationPropertyBase class represents the computation property
 CItSeez3D.AvatarSdk.Core.ComputationProperty< AvatarGender >
 CItSeez3D.AvatarSdk.Core.ComputationProperty< bool >
 CItSeez3D.AvatarSdk.Core.ComputationProperty< Color >
 CItSeez3D.AvatarSdk.Core.ComputationProperty< float >
 CItSeez3D.AvatarSdk.Core.ComputationProperty< int >
 CItSeez3D.AvatarSdk.Core.ComputationProperty< ItSeez3D.AvatarSdk.Core.TextureSize >
 CItSeez3D.AvatarSdk.Core.Communication.ConnectionBase
 CItSeez3D.AvatarSdk.Core.CoroutineExecutionResult
 CItSeez3D.AvatarSdk.Core.CoroutineOutVar< T >
 CGLTF.CoroutineGLTFSceneImporter.CoroutineResult< T >
 CCustomYieldInstruction
 CItSeez3D.AvatarSdk.Cloud.DownloadedFileInfo
 CItSeez3D.AvatarSdk.Core.MeshUtils.Edge
 CEditorWindow
 CItSeez3D.AvatarSdk.Core.EncryptionUtilsUtilities for symmetric encryption/decryption.
 CException
 CExifLib.ExifReaderBased on http://www.media.mit.edu/pia/Research/deepview/exif.html http://www.awaresystems.be/imaging/tiff/tifftags/privateifd/exif.html
 CExifLib.ExifTag
 CItSeez3D.AvatarSdk.Cloud.ExportData
 CItSeez3D.AvatarSdk.Cloud.ExportItem
 CUnityGLTF.ExportOptions
 CGLTF.Schema.ExtensionFactoryAbstract class for factory which creates an extension.
 CItSeez3D.AvatarSdk.Core.PlyReader.FaceUvIn .ply uv-coordinates are stored per face (three pairs of coordinates for each of three vertices of the triangle).
 CItSeez3D.AvatarSdk.Core.FlavourTraits
 CItSeez3D.AvatarSdk.Core.FullbodyAvatarComputationParametersComputation parameters for fullbody model
 CItSeez3D.AvatarSdk.Core.FullbodyAvatarLoaderClass to load an fullbody avatar model in GLTF format and to add it to the unity scene.
 CItSeez3D.AvatarSdk.Core.FullbodyMaterialAdjuster
 CItSeez3D.AvatarSdkSamples.Core.GallerySample.GalleryAvatar
 CGalleryAvatar
 CGLTF.GLBHeaderInformation containing parsed GLB Header
 CGLTF.CoroutineGLTFSceneImporter.GLBStream
 CUnityGLTF.GLTFSceneImporter.GLBStream
 CGLTF.Schema.GLTFId< T >Abstract class that stores a reference to the root GLTF object and an id of an object of type T inside it.
 CGLTF.Schema.GLTFId< Accessor >
 CGLTF.Schema.GLTFId< BufferView >
 CGLTF.Schema.GLTFId< GLTFBuffer >
 CGLTF.Schema.GLTFId< GLTFCamera >
 CGLTF.Schema.GLTFId< GLTFImage >
 CGLTF.Schema.GLTFId< GLTFMaterial >
 CGLTF.Schema.GLTFId< GLTFMesh >
 CGLTF.Schema.GLTFId< GLTFScene >
 CGLTF.Schema.GLTFId< GLTFTexture >
 CGLTF.Schema.GLTFId< Node >
 CGLTF.Schema.GLTFId< Sampler >
 CGLTF.Schema.GLTFId< Skin >
 CGLTF.GLTFParser
 CGLTF.Schema.GLTFProperty
 CUnityGLTF.GLTFSceneExporter
 CItSeez3D.AvatarSdk.Core.HaircutInfo
 CItSeez3D.AvatarSdk.Core.HaircutMetadata
 CItSeez3D.AvatarSdk.Core.HaircutsParameters
 CItSeez3D.AvatarSdk.Core.HaircutsPersistentStorage
 CItSeez3D.AvatarSdkSamples.Core.Head2AdditionalLodParameters.Head2AdditionalLodParametersModel
 CItSeez3D.AvatarSdkSamples.Core.IAvatarClickHandlerInterface to handle clicks on avatar preview buttons
 CItSeez3D.AvatarSdkSamples.Core.IAvatarModificationsSetter
 CUnityGLTF.Loader.IDataLoader
 CIDisposable
 CIEquatable
 CGLTF.Schema.IExtensionGeneral interface for extensions
 CItSeez3D.AvatarSdk.Core.IFullbodyPersistentStorageSDK uses this interface to save/load files for fullbody avatars. By default SDK will use FullbodyPersistentStorage implementation. If your application stores files differently you can implement this interface and pass instance of your implementation to AvatarSdkMgr.Init() - this will override the default behavior. Probably the best way to implement IFullbodyPersistentStorage is to derive from FullbodyPersistentStorage.
 CGLTF.IGLTFObjectRepresents a GLTFObject
 CItSeez3D.AvatarSdk.Core.IHaircutsPersistentStorage
 CUnityGLTF.Loader.ILoader
 CItSeez3D.AvatarSdkSamples.Core.WebCamera.ImageBuffer
 CItSeez3D.AvatarSdkSamples.Core.WebCamera.ImageFrame
 CItSeez3D.AvatarSdk.Core.ImageWrapperThis class's goal is to struggle problems with Unity's Texture2D usage in separate thread.
 CItSeez3D.AvatarSdkSamples.Core.IModelInfoSetter
 CUnityGLTF.ImportOptions
 CUnityGLTF.ImportProgress
 CUnityGLTF.ImportStatistics
 CItSeez3D.AvatarSdk.Core.Interpolation
 CItSeez3D.AvatarSdk.Core.IoCContainerThis class is used to provide different implementations of interfaces for Cloud and Local Compute versions of SDK
 CItSeez3D.AvatarSdk.Core.IPersistentStorageSDK uses this interface to interact with the filesystem, e.g. save/load files and metadata. By default SDK will use DefaultPersistentStorage implementation. If your application stores files differently you can implement this interface and pass instance of your implementation to AvatarSdkMgr.Init() - this will override the default behavior. Probably the best way to implement IPersistentStorage is to derive from DefaultPersistentStorage.
 CItSeez3D.AvatarSdk.Core.IPipelineTraitsKeeper
 CIPointerClickHandler
 CIPointerDownHandler
 CItSeez3D.AvatarSdkSamples.Core.IShapeModificationsSetter
 CItSeez3D.AvatarSdk.Core.IStringManagerSDK uses this interface to obtain strings that can potentially be displayed on the screen. You can override this interface and provide instance of your implementation in the AvatarSdkMgr.Init(). This will allow you to replace certain strings with your own, or add translation, etc.
 CItSeez3D.AvatarSdk.UMA.Modifiers.IUmaRuntimeAssetModifier
 CUnityGLTF.IUniformMap
 CExifLib.JpegInfo
 CItSeez3D.AvatarSdk.Core.MaterialAdjuster
 CUnityGLTF.MemoryChecker
 CItSeez3D.AvatarSdk.Core.MeshConverter
 CItSeez3D.AvatarSdk.Core.MeshDataData required for avatar SDK 3D objects (heads, haircuts).
 CItSeez3D.AvatarSdk.Core.MeshRendererData
 CItSeez3D.AvatarSdk.Core.ModelInfo
 CMonoBehaviour
 CGLTF.Schema.NumericArray
 CItSeez3D.AvatarSdk.Core.OutfitsParameters
 CItSeez3D.AvatarSdk.Cloud.Page< DataType >
 CItSeez3D.AvatarSdkSamples.SamplePipelineTraits.PipelineSampleTraitsFactory
 CItSeez3D.AvatarSdk.Core.PipelineTraitsFactoryClass that responsible for keeping instances of pipeline traits
 CItSeez3D.AvatarSdk.Core.PipelineTypeTraitsTraits class contains properties of pipeline that may be used anywhere. For the sake of separation of concerns class may be extended (in a way SamplePipelineTraits extends it for providing pipeline type's specific settings for all samples)
 CItSeez3D.AvatarSdk.Cloud.Player
 CUnityGLTF.Cache.MeshCacheData.PrimitiveCacheData
 CUnityGLTF.GLTFSceneExporter.PrimKey
 CItSeez3D.AvatarSdk.Core.RacesInfo
 CUnityGLTF.Cache.RefCountedCacheDataA ref-counted cache data object containing lists of Unity objects that were created for the sake of a GLTF scene/node. This supports counting the amount of refcounts that will dispose of itself
 CItSeez3D.AvatarSdk.Core.RenderingPipeline
 CItSeez3D.AvatarSdkSamples.Core.AvatarViewer.SceneParams
 CScriptableObject
 CSelfieData
 CItSeez3D.AvatarSdk.Cloud.StatusCodeHelper class for HTTP status codes.
 CStream
 CItSeez3D.AvatarSdk.Core.StringsStrings that occur in the plugin and can be potentially displayed on the screen (for example when showing request progress, see the samples). This file contains strings used in both "LocalCompute" and "Cloud" versions of the plugin.
 CItSeez3D.AvatarSdk.UMA.TemplateRaceData
 CItSeez3D.AvatarSdk.Cloud.TextureData
 CItSeez3D.AvatarSdk.Core.TexturedMeshCombines Unity mesh and it's texture.
 CItSeez3D.AvatarSdk.Core.TextureSize
 CItSeez3D.AvatarSdk.Core.TraitsFactory< T >Generalized keeper of traits (for convenient work with traits extensions, e.g. SamplePipelineTraits)
 CItSeez3D.AvatarSdk.UMA.UmaAvatarNameStorage
 CItSeez3D.AvatarSdk.UMA.UmaSdkMgr
 CItSeez3D.AvatarSdk.UMA.UmaSlotNames
 CItSeez3D.AvatarSdk.UMA.UmaUtils
 CUnityGLTF.UnityMeshData