C# Class OvrAvatarSDKManager, Conversational-Agent-Framework

Inheritance: MonoBehaviour
Afficher le fichier Open project: sinansonlu/Conversational-Agent-Framework

Méthodes publiques

Méthode Description
BeginLoadingAsset ( UInt64, assetId, ovrAvatarAssetLevelOfDetail lod, assetLoadedCallback callback ) : void
GetAsset ( UInt64, assetId ) : OvrAvatarAsset,
RegisterCombinedMeshCallback ( IntPtr, sdkAvatar, combinedMeshLoadedCallback callback ) : void
RequestAvatarSpecification ( UInt64, userId, specificationCallback callback, bool useCombinedMesh, ovrAvatarAssetLevelOfDetail lod, bool forceMobileTextureFormat ) : void

Private Methods

Méthode Description
Initialize ( ) : void
OnDestroy ( ) : void
Update ( ) : void

Method Details

BeginLoadingAsset() public méthode

public BeginLoadingAsset ( UInt64, assetId, ovrAvatarAssetLevelOfDetail lod, assetLoadedCallback callback ) : void
assetId UInt64,
lod ovrAvatarAssetLevelOfDetail
callback assetLoadedCallback
Résultat void

GetAsset() public méthode

public GetAsset ( UInt64, assetId ) : OvrAvatarAsset,
assetId UInt64,
Résultat OvrAvatarAsset,

RegisterCombinedMeshCallback() public méthode

public RegisterCombinedMeshCallback ( IntPtr, sdkAvatar, combinedMeshLoadedCallback callback ) : void
sdkAvatar IntPtr,
callback combinedMeshLoadedCallback
Résultat void

RequestAvatarSpecification() public méthode

public RequestAvatarSpecification ( UInt64, userId, specificationCallback callback, bool useCombinedMesh, ovrAvatarAssetLevelOfDetail lod, bool forceMobileTextureFormat ) : void
userId UInt64,
callback specificationCallback
useCombinedMesh bool
lod ovrAvatarAssetLevelOfDetail
forceMobileTextureFormat bool
Résultat void