DLL_NAME
: const string | |
VoipFilterBufferSize
: const int |
The VoipFilterBufferSize constant specifies the size of the buffer used for VOIP (Voice over Internet Protocol) filtering. It gets passed to the FilterCallback() function to specify the size of the buffer.
Signature
const int Oculus.Platform.CAPI.VoipFilterBufferSize |
FilterCallback
(
pcmData
, pcmDataLength
, frequency
, numChannels
)
|
Signature
delegate void Oculus.Platform.CAPI.FilterCallback([MarshalAs(UnmanagedType.LPArray, SizeConst=VoipFilterBufferSize), In, Out] short[] pcmData, UIntPtr pcmDataLength, int frequency, int numChannels) Parameters pcmData: short []pcmDataLength: UIntPtrfrequency: intnumChannels: intReturns delegate void |
ovr_AbuseReport_LaunchAdvancedReportFlow
(
content_id
, abuse_report_options
)
|
Signature
static ulong Oculus.Platform.CAPI.ovr_AbuseReport_LaunchAdvancedReportFlow(UInt64 content_id, IntPtr abuse_report_options) Parameters content_id: UInt64abuse_report_options: IntPtrReturns ulong |
ovr_AbuseReport_ReportRequestHandled
(
response
)
|
Signature
static ulong Oculus.Platform.CAPI.ovr_AbuseReport_ReportRequestHandled(ReportRequestResponse response) Parameters response: ReportRequestResponseReturns ulong |
ovr_AbuseReportOptions_Create
()
|
Signature
static IntPtr Oculus.Platform.CAPI.ovr_AbuseReportOptions_Create() Returns IntPtr |
ovr_AbuseReportOptions_Destroy
(
handle
)
|
Signature
static void Oculus.Platform.CAPI.ovr_AbuseReportOptions_Destroy(IntPtr handle) Parameters handle: IntPtrReturns void |
ovr_AbuseReportOptions_SetPreventPeopleChooser
(
handle
, value
)
|
Signature
static void Oculus.Platform.CAPI.ovr_AbuseReportOptions_SetPreventPeopleChooser(IntPtr handle, bool value) Parameters handle: IntPtrvalue: boolReturns void |
ovr_AbuseReportOptions_SetReportType
(
handle
, value
)
|
Signature
static void Oculus.Platform.CAPI.ovr_AbuseReportOptions_SetReportType(IntPtr handle, AbuseReportType value) Parameters handle: IntPtrvalue: AbuseReportTypeReturns void |
ovr_AchievementDefinition_GetBitfieldLength
(
obj
)
|
Signature
static uint Oculus.Platform.CAPI.ovr_AchievementDefinition_GetBitfieldLength(IntPtr obj) Parameters obj: IntPtrReturns uint |
ovr_AchievementDefinition_GetTarget
(
obj
)
|
Signature
static ulong Oculus.Platform.CAPI.ovr_AchievementDefinition_GetTarget(IntPtr obj) Parameters obj: IntPtrReturns ulong |
ovr_AchievementDefinition_GetType
(
obj
)
|
Signature
static AchievementType Oculus.Platform.CAPI.ovr_AchievementDefinition_GetType(IntPtr obj) Parameters obj: IntPtrReturns AchievementType |
ovr_AchievementDefinitionArray_GetElement
(
obj
, index
)
|
Signature
static IntPtr Oculus.Platform.CAPI.ovr_AchievementDefinitionArray_GetElement(IntPtr obj, UIntPtr index) Parameters obj: IntPtrindex: UIntPtrReturns IntPtr |
ovr_AchievementDefinitionArray_GetSize
(
obj
)
|
Signature
static UIntPtr Oculus.Platform.CAPI.ovr_AchievementDefinitionArray_GetSize(IntPtr obj) Parameters obj: IntPtrReturns UIntPtr |
ovr_AchievementDefinitionArray_HasNextPage
(
obj
)
|
Signature
static bool Oculus.Platform.CAPI.ovr_AchievementDefinitionArray_HasNextPage(IntPtr obj) Parameters obj: IntPtrReturns bool |
ovr_AchievementProgress_GetCount
(
obj
)
|
Signature
static ulong Oculus.Platform.CAPI.ovr_AchievementProgress_GetCount(IntPtr obj) Parameters obj: IntPtrReturns ulong |
ovr_AchievementProgress_GetIsUnlocked
(
obj
)
|
Signature
static bool Oculus.Platform.CAPI.ovr_AchievementProgress_GetIsUnlocked(IntPtr obj) Parameters obj: IntPtrReturns bool |
ovr_AchievementProgressArray_GetElement
(
obj
, index
)
|
Signature
static IntPtr Oculus.Platform.CAPI.ovr_AchievementProgressArray_GetElement(IntPtr obj, UIntPtr index) Parameters obj: IntPtrindex: UIntPtrReturns IntPtr |
ovr_AchievementProgressArray_GetSize
(
obj
)
|
Signature
static UIntPtr Oculus.Platform.CAPI.ovr_AchievementProgressArray_GetSize(IntPtr obj) Parameters obj: IntPtrReturns UIntPtr |
ovr_AchievementProgressArray_HasNextPage
(
obj
)
|
Signature
static bool Oculus.Platform.CAPI.ovr_AchievementProgressArray_HasNextPage(IntPtr obj) Parameters obj: IntPtrReturns bool |
ovr_Achievements_GetAllDefinitions
()
|
Signature
static ulong Oculus.Platform.CAPI.ovr_Achievements_GetAllDefinitions() Returns ulong |
ovr_Achievements_GetAllProgress
()
|
Signature
static ulong Oculus.Platform.CAPI.ovr_Achievements_GetAllProgress() Returns ulong |
ovr_Achievements_GetDefinitionsByName
(
names
, count
)
|
Signature
static ulong Oculus.Platform.CAPI.ovr_Achievements_GetDefinitionsByName(string[] names, int count) Parameters names: string []count: intReturns ulong |
ovr_Achievements_GetProgressByName
(
names
, count
)
|
Signature
static ulong Oculus.Platform.CAPI.ovr_Achievements_GetProgressByName(string[] names, int count) Parameters names: string []count: intReturns ulong |
ovr_AchievementUpdate_GetJustUnlocked
(
obj
)
|
Signature
static bool Oculus.Platform.CAPI.ovr_AchievementUpdate_GetJustUnlocked(IntPtr obj) Parameters obj: IntPtrReturns bool |
ovr_AdvancedAbuseReportOptions_AddSuggestedUser
(
handle
, value
)
|
Signature
static void Oculus.Platform.CAPI.ovr_AdvancedAbuseReportOptions_AddSuggestedUser(IntPtr handle, UInt64 value) Parameters handle: IntPtrvalue: UInt64Returns void |
ovr_AdvancedAbuseReportOptions_ClearDeveloperDefinedContext
(
handle
)
|
Signature
static void Oculus.Platform.CAPI.ovr_AdvancedAbuseReportOptions_ClearDeveloperDefinedContext(IntPtr handle) Parameters handle: IntPtrReturns void |
ovr_AdvancedAbuseReportOptions_ClearSuggestedUsers
(
handle
)
|
Signature
static void Oculus.Platform.CAPI.ovr_AdvancedAbuseReportOptions_ClearSuggestedUsers(IntPtr handle) Parameters handle: IntPtrReturns void |
ovr_AdvancedAbuseReportOptions_Create
()
|
Signature
static IntPtr Oculus.Platform.CAPI.ovr_AdvancedAbuseReportOptions_Create() Returns IntPtr |
ovr_AdvancedAbuseReportOptions_Destroy
(
handle
)
|
Signature
static void Oculus.Platform.CAPI.ovr_AdvancedAbuseReportOptions_Destroy(IntPtr handle) Parameters handle: IntPtrReturns void |
ovr_AdvancedAbuseReportOptions_SetReportType
(
handle
, value
)
|
Signature
static void Oculus.Platform.CAPI.ovr_AdvancedAbuseReportOptions_SetReportType(IntPtr handle, AbuseReportType value) Parameters handle: IntPtrvalue: AbuseReportTypeReturns void |
ovr_AdvancedAbuseReportOptions_SetVideoMode
(
handle
, value
)
|
Signature
static void Oculus.Platform.CAPI.ovr_AdvancedAbuseReportOptions_SetVideoMode(IntPtr handle, AbuseReportVideoMode value) Parameters handle: IntPtrvalue: AbuseReportVideoModeReturns void |
ovr_AppDownloadProgressResult_GetDownloadBytes
(
obj
)
|
Signature
static long Oculus.Platform.CAPI.ovr_AppDownloadProgressResult_GetDownloadBytes(IntPtr obj) Parameters obj: IntPtrReturns long |
ovr_AppDownloadProgressResult_GetDownloadedBytes
(
obj
)
|
Signature
static long Oculus.Platform.CAPI.ovr_AppDownloadProgressResult_GetDownloadedBytes(IntPtr obj) Parameters obj: IntPtrReturns long |
ovr_AppDownloadProgressResult_GetStatusCode
(
obj
)
|
Signature
static AppStatus Oculus.Platform.CAPI.ovr_AppDownloadProgressResult_GetStatusCode(IntPtr obj) Parameters obj: IntPtrReturns AppStatus |
ovr_AppDownloadResult_GetAppInstallResult
(
obj
)
|
Signature
static AppInstallResult Oculus.Platform.CAPI.ovr_AppDownloadResult_GetAppInstallResult(IntPtr obj) Parameters obj: IntPtrReturns AppInstallResult |
ovr_AppDownloadResult_GetTimestamp
(
obj
)
|
Signature
static long Oculus.Platform.CAPI.ovr_AppDownloadResult_GetTimestamp(IntPtr obj) Parameters obj: IntPtrReturns long |
ovr_Application_CancelAppDownload
()
|
Signature
static ulong Oculus.Platform.CAPI.ovr_Application_CancelAppDownload() Returns ulong |
ovr_Application_CheckAppDownloadProgress
()
|
Signature
static ulong Oculus.Platform.CAPI.ovr_Application_CheckAppDownloadProgress() Returns ulong |
ovr_Application_GetID
(
obj
)
|
Signature
static UInt64 Oculus.Platform.CAPI.ovr_Application_GetID(IntPtr obj) Parameters obj: IntPtrReturns UInt64 |
ovr_Application_GetInstalledApplications
()
|
Signature
static ulong Oculus.Platform.CAPI.ovr_Application_GetInstalledApplications() Returns ulong |
ovr_Application_GetVersion
()
|
Signature
static ulong Oculus.Platform.CAPI.ovr_Application_GetVersion() Returns ulong |
ovr_Application_InstallAppUpdateAndRelaunch
(
deeplink_options
)
|
Signature
static ulong Oculus.Platform.CAPI.ovr_Application_InstallAppUpdateAndRelaunch(IntPtr deeplink_options) Parameters deeplink_options: IntPtrReturns ulong |
ovr_Application_LaunchOtherApp
(
appID
, deeplink_options
)
|
Signature
static ulong Oculus.Platform.CAPI.ovr_Application_LaunchOtherApp(UInt64 appID, IntPtr deeplink_options) Parameters appID: UInt64deeplink_options: IntPtrReturns ulong |
ovr_Application_StartAppDownload
()
|
Signature
static ulong Oculus.Platform.CAPI.ovr_Application_StartAppDownload() Returns ulong |
ovr_ApplicationInvite_GetDestination
(
obj
)
|
Signature
static IntPtr Oculus.Platform.CAPI.ovr_ApplicationInvite_GetDestination(IntPtr obj) Parameters obj: IntPtrReturns IntPtr |
ovr_ApplicationInvite_GetID
(
obj
)
|
Signature
static UInt64 Oculus.Platform.CAPI.ovr_ApplicationInvite_GetID(IntPtr obj) Parameters obj: IntPtrReturns UInt64 |
ovr_ApplicationInvite_GetIsActive
(
obj
)
|
Signature
static bool Oculus.Platform.CAPI.ovr_ApplicationInvite_GetIsActive(IntPtr obj) Parameters obj: IntPtrReturns bool |
ovr_ApplicationInvite_GetRecipient
(
obj
)
|
Signature
static IntPtr Oculus.Platform.CAPI.ovr_ApplicationInvite_GetRecipient(IntPtr obj) Parameters obj: IntPtrReturns IntPtr |
ovr_ApplicationInviteArray_GetElement
(
obj
, index
)
|
Signature
static IntPtr Oculus.Platform.CAPI.ovr_ApplicationInviteArray_GetElement(IntPtr obj, UIntPtr index) Parameters obj: IntPtrindex: UIntPtrReturns IntPtr |
ovr_ApplicationInviteArray_GetSize
(
obj
)
|
Signature
static UIntPtr Oculus.Platform.CAPI.ovr_ApplicationInviteArray_GetSize(IntPtr obj) Parameters obj: IntPtrReturns UIntPtr |
ovr_ApplicationInviteArray_HasNextPage
(
obj
)
|
Signature
static bool Oculus.Platform.CAPI.ovr_ApplicationInviteArray_HasNextPage(IntPtr obj) Parameters obj: IntPtrReturns bool |
ovr_ApplicationLifecycle_GetLaunchDetails
()
|
Signature
static IntPtr Oculus.Platform.CAPI.ovr_ApplicationLifecycle_GetLaunchDetails() Returns IntPtr |
ovr_ApplicationLifecycle_GetRegisteredPIDs
()
|
Signature
static ulong Oculus.Platform.CAPI.ovr_ApplicationLifecycle_GetRegisteredPIDs() Returns ulong |
ovr_ApplicationLifecycle_GetSessionKey
()
|
Signature
static ulong Oculus.Platform.CAPI.ovr_ApplicationLifecycle_GetSessionKey() Returns ulong |
ovr_ApplicationOptions_Create
()
|
Signature
static IntPtr Oculus.Platform.CAPI.ovr_ApplicationOptions_Create() Returns IntPtr |
ovr_ApplicationOptions_Destroy
(
handle
)
|
Signature
static void Oculus.Platform.CAPI.ovr_ApplicationOptions_Destroy(IntPtr handle) Parameters handle: IntPtrReturns void |
ovr_ApplicationOptions_SetRoomId
(
handle
, value
)
|
Signature
static void Oculus.Platform.CAPI.ovr_ApplicationOptions_SetRoomId(IntPtr handle, UInt64 value) Parameters handle: IntPtrvalue: UInt64Returns void |
ovr_ApplicationVersion_GetCurrentCode
(
obj
)
|
Signature
static int Oculus.Platform.CAPI.ovr_ApplicationVersion_GetCurrentCode(IntPtr obj) Parameters obj: IntPtrReturns int |
ovr_ApplicationVersion_GetLatestCode
(
obj
)
|
Signature
static int Oculus.Platform.CAPI.ovr_ApplicationVersion_GetLatestCode(IntPtr obj) Parameters obj: IntPtrReturns int |
ovr_ApplicationVersion_GetReleaseDate
(
obj
)
|
Signature
static long Oculus.Platform.CAPI.ovr_ApplicationVersion_GetReleaseDate(IntPtr obj) Parameters obj: IntPtrReturns long |
ovr_AssetDetails_GetAssetId
(
obj
)
|
Signature
static UInt64 Oculus.Platform.CAPI.ovr_AssetDetails_GetAssetId(IntPtr obj) Parameters obj: IntPtrReturns UInt64 |
ovr_AssetDetails_GetLanguage
(
obj
)
|
Signature
static IntPtr Oculus.Platform.CAPI.ovr_AssetDetails_GetLanguage(IntPtr obj) Parameters obj: IntPtrReturns IntPtr |
ovr_AssetDetailsArray_GetElement
(
obj
, index
)
|
Signature
static IntPtr Oculus.Platform.CAPI.ovr_AssetDetailsArray_GetElement(IntPtr obj, UIntPtr index) Parameters obj: IntPtrindex: UIntPtrReturns IntPtr |
ovr_AssetDetailsArray_GetSize
(
obj
)
|
Signature
static UIntPtr Oculus.Platform.CAPI.ovr_AssetDetailsArray_GetSize(IntPtr obj) Parameters obj: IntPtrReturns UIntPtr |
ovr_AssetFile_Delete
(
assetFileID
)
|
Signature
static ulong Oculus.Platform.CAPI.ovr_AssetFile_Delete(UInt64 assetFileID) Parameters assetFileID: UInt64Returns ulong |
ovr_AssetFile_DeleteById
(
assetFileID
)
|
Signature
static ulong Oculus.Platform.CAPI.ovr_AssetFile_DeleteById(UInt64 assetFileID) Parameters assetFileID: UInt64Returns ulong |
ovr_AssetFile_Download
(
assetFileID
)
|
Signature
static ulong Oculus.Platform.CAPI.ovr_AssetFile_Download(UInt64 assetFileID) Parameters assetFileID: UInt64Returns ulong |
ovr_AssetFile_DownloadById
(
assetFileID
)
|
Signature
static ulong Oculus.Platform.CAPI.ovr_AssetFile_DownloadById(UInt64 assetFileID) Parameters assetFileID: UInt64Returns ulong |
ovr_AssetFile_DownloadCancel
(
assetFileID
)
|
Signature
static ulong Oculus.Platform.CAPI.ovr_AssetFile_DownloadCancel(UInt64 assetFileID) Parameters assetFileID: UInt64Returns ulong |
ovr_AssetFile_DownloadCancelById
(
assetFileID
)
|
Signature
static ulong Oculus.Platform.CAPI.ovr_AssetFile_DownloadCancelById(UInt64 assetFileID) Parameters assetFileID: UInt64Returns ulong |
ovr_AssetFile_GetList
()
|
Signature
static ulong Oculus.Platform.CAPI.ovr_AssetFile_GetList() Returns ulong |
ovr_AssetFile_Status
(
assetFileID
)
|
Signature
static ulong Oculus.Platform.CAPI.ovr_AssetFile_Status(UInt64 assetFileID) Parameters assetFileID: UInt64Returns ulong |
ovr_AssetFile_StatusById
(
assetFileID
)
|
Signature
static ulong Oculus.Platform.CAPI.ovr_AssetFile_StatusById(UInt64 assetFileID) Parameters assetFileID: UInt64Returns ulong |
ovr_AssetFileDeleteResult_GetAssetFileId
(
obj
)
|
Signature
static UInt64 Oculus.Platform.CAPI.ovr_AssetFileDeleteResult_GetAssetFileId(IntPtr obj) Parameters obj: IntPtrReturns UInt64 |
ovr_AssetFileDeleteResult_GetAssetId
(
obj
)
|
Signature
static UInt64 Oculus.Platform.CAPI.ovr_AssetFileDeleteResult_GetAssetId(IntPtr obj) Parameters obj: IntPtrReturns UInt64 |
ovr_AssetFileDeleteResult_GetSuccess
(
obj
)
|
Signature
static bool Oculus.Platform.CAPI.ovr_AssetFileDeleteResult_GetSuccess(IntPtr obj) Parameters obj: IntPtrReturns bool |
ovr_AssetFileDownloadCancelResult_GetAssetFileId
(
obj
)
|
Signature
static UInt64 Oculus.Platform.CAPI.ovr_AssetFileDownloadCancelResult_GetAssetFileId(IntPtr obj) Parameters obj: IntPtrReturns UInt64 |
ovr_AssetFileDownloadCancelResult_GetAssetId
(
obj
)
|
Signature
static UInt64 Oculus.Platform.CAPI.ovr_AssetFileDownloadCancelResult_GetAssetId(IntPtr obj) Parameters obj: IntPtrReturns UInt64 |
ovr_AssetFileDownloadCancelResult_GetSuccess
(
obj
)
|
Signature
static bool Oculus.Platform.CAPI.ovr_AssetFileDownloadCancelResult_GetSuccess(IntPtr obj) Parameters obj: IntPtrReturns bool |
ovr_AssetFileDownloadResult_GetAssetId
(
obj
)
|
Signature
static UInt64 Oculus.Platform.CAPI.ovr_AssetFileDownloadResult_GetAssetId(IntPtr obj) Parameters obj: IntPtrReturns UInt64 |
ovr_AssetFileDownloadUpdate_GetAssetFileId
(
obj
)
|
Signature
static UInt64 Oculus.Platform.CAPI.ovr_AssetFileDownloadUpdate_GetAssetFileId(IntPtr obj) Parameters obj: IntPtrReturns UInt64 |
ovr_AssetFileDownloadUpdate_GetAssetId
(
obj
)
|
Signature
static UInt64 Oculus.Platform.CAPI.ovr_AssetFileDownloadUpdate_GetAssetId(IntPtr obj) Parameters obj: IntPtrReturns UInt64 |
ovr_AssetFileDownloadUpdate_GetBytesTotal
(
obj
)
|
Signature
static uint Oculus.Platform.CAPI.ovr_AssetFileDownloadUpdate_GetBytesTotal(IntPtr obj) Parameters obj: IntPtrReturns uint |
ovr_AssetFileDownloadUpdate_GetBytesTotalLong
(
obj
)
|
Signature
static ulong Oculus.Platform.CAPI.ovr_AssetFileDownloadUpdate_GetBytesTotalLong(IntPtr obj) Parameters obj: IntPtrReturns ulong |
ovr_AssetFileDownloadUpdate_GetBytesTransferred
(
obj
)
|
Signature
static int Oculus.Platform.CAPI.ovr_AssetFileDownloadUpdate_GetBytesTransferred(IntPtr obj) Parameters obj: IntPtrReturns int |
ovr_AssetFileDownloadUpdate_GetBytesTransferredLong
(
obj
)
|
Signature
static long Oculus.Platform.CAPI.ovr_AssetFileDownloadUpdate_GetBytesTransferredLong(IntPtr obj) Parameters obj: IntPtrReturns long |
ovr_AssetFileDownloadUpdate_GetCompleted
(
obj
)
|
Signature
static bool Oculus.Platform.CAPI.ovr_AssetFileDownloadUpdate_GetCompleted(IntPtr obj) Parameters obj: IntPtrReturns bool |
ovr_Avatar_LaunchAvatarEditor
(
options
)
|
Signature
static ulong Oculus.Platform.CAPI.ovr_Avatar_LaunchAvatarEditor(IntPtr options) Parameters options: IntPtrReturns ulong |
ovr_AvatarEditorOptions_Create
()
|
Signature
static IntPtr Oculus.Platform.CAPI.ovr_AvatarEditorOptions_Create() Returns IntPtr |
ovr_AvatarEditorOptions_Destroy
(
handle
)
|
Signature
static void Oculus.Platform.CAPI.ovr_AvatarEditorOptions_Destroy(IntPtr handle) Parameters handle: IntPtrReturns void |
ovr_AvatarEditorResult_GetRequestSent
(
obj
)
|
Signature
static bool Oculus.Platform.CAPI.ovr_AvatarEditorResult_GetRequestSent(IntPtr obj) Parameters obj: IntPtrReturns bool |
ovr_BillingPlan_GetPaidOffer
(
obj
)
|
Signature
static IntPtr Oculus.Platform.CAPI.ovr_BillingPlan_GetPaidOffer(IntPtr obj) Parameters obj: IntPtrReturns IntPtr |
ovr_BillingPlan_GetTrialOffers
(
obj
)
|
Signature
static IntPtr Oculus.Platform.CAPI.ovr_BillingPlan_GetTrialOffers(IntPtr obj) Parameters obj: IntPtrReturns IntPtr |
ovr_BillingPlanArray_GetElement
(
obj
, index
)
|
Signature
static IntPtr Oculus.Platform.CAPI.ovr_BillingPlanArray_GetElement(IntPtr obj, UIntPtr index) Parameters obj: IntPtrindex: UIntPtrReturns IntPtr |
ovr_BillingPlanArray_GetSize
(
obj
)
|
Signature
static UIntPtr Oculus.Platform.CAPI.ovr_BillingPlanArray_GetSize(IntPtr obj) Parameters obj: IntPtrReturns UIntPtr |
ovr_BlockedUser_GetId
(
obj
)
|
Signature
static UInt64 Oculus.Platform.CAPI.ovr_BlockedUser_GetId(IntPtr obj) Parameters obj: IntPtrReturns UInt64 |
ovr_BlockedUserArray_GetElement
(
obj
, index
)
|
Signature
static IntPtr Oculus.Platform.CAPI.ovr_BlockedUserArray_GetElement(IntPtr obj, UIntPtr index) Parameters obj: IntPtrindex: UIntPtrReturns IntPtr |
ovr_BlockedUserArray_GetSize
(
obj
)
|
Signature
static UIntPtr Oculus.Platform.CAPI.ovr_BlockedUserArray_GetSize(IntPtr obj) Parameters obj: IntPtrReturns UIntPtr |
ovr_BlockedUserArray_HasNextPage
(
obj
)
|
Signature
static bool Oculus.Platform.CAPI.ovr_BlockedUserArray_HasNextPage(IntPtr obj) Parameters obj: IntPtrReturns bool |
ovr_Challenge_GetCreationType
(
obj
)
|
Signature
static ChallengeCreationType Oculus.Platform.CAPI.ovr_Challenge_GetCreationType(IntPtr obj) Parameters obj: IntPtrReturns ChallengeCreationType |
ovr_Challenge_GetID
(
obj
)
|
Signature
static UInt64 Oculus.Platform.CAPI.ovr_Challenge_GetID(IntPtr obj) Parameters obj: IntPtrReturns UInt64 |
ovr_Challenge_GetInvitedUsers
(
obj
)
|
Signature
static IntPtr Oculus.Platform.CAPI.ovr_Challenge_GetInvitedUsers(IntPtr obj) Parameters obj: IntPtrReturns IntPtr |
ovr_Challenge_GetLeaderboard
(
obj
)
|
Signature
static IntPtr Oculus.Platform.CAPI.ovr_Challenge_GetLeaderboard(IntPtr obj) Parameters obj: IntPtrReturns IntPtr |
ovr_Challenge_GetParticipants
(
obj
)
|
Signature
static IntPtr Oculus.Platform.CAPI.ovr_Challenge_GetParticipants(IntPtr obj) Parameters obj: IntPtrReturns IntPtr |
ovr_Challenge_GetVisibility
(
obj
)
|
Signature
static ChallengeVisibility Oculus.Platform.CAPI.ovr_Challenge_GetVisibility(IntPtr obj) Parameters obj: IntPtrReturns ChallengeVisibility |
ovr_ChallengeArray_GetElement
(
obj
, index
)
|
Signature
static IntPtr Oculus.Platform.CAPI.ovr_ChallengeArray_GetElement(IntPtr obj, UIntPtr index) Parameters obj: IntPtrindex: UIntPtrReturns IntPtr |
ovr_ChallengeArray_GetSize
(
obj
)
|
Signature
static UIntPtr Oculus.Platform.CAPI.ovr_ChallengeArray_GetSize(IntPtr obj) Parameters obj: IntPtrReturns UIntPtr |
ovr_ChallengeArray_GetTotalCount
(
obj
)
|
Signature
static ulong Oculus.Platform.CAPI.ovr_ChallengeArray_GetTotalCount(IntPtr obj) Parameters obj: IntPtrReturns ulong |
ovr_ChallengeArray_HasNextPage
(
obj
)
|
Signature
static bool Oculus.Platform.CAPI.ovr_ChallengeArray_HasNextPage(IntPtr obj) Parameters obj: IntPtrReturns bool |
ovr_ChallengeArray_HasPreviousPage
(
obj
)
|
Signature
static bool Oculus.Platform.CAPI.ovr_ChallengeArray_HasPreviousPage(IntPtr obj) Parameters obj: IntPtrReturns bool |
ovr_ChallengeEntry_GetExtraDataLength
(
obj
)
|
Signature
static uint Oculus.Platform.CAPI.ovr_ChallengeEntry_GetExtraDataLength(IntPtr obj) Parameters obj: IntPtrReturns uint |
ovr_ChallengeEntry_GetID
(
obj
)
|
Signature
static UInt64 Oculus.Platform.CAPI.ovr_ChallengeEntry_GetID(IntPtr obj) Parameters obj: IntPtrReturns UInt64 |
ovr_ChallengeEntry_GetRank
(
obj
)
|
Signature
static int Oculus.Platform.CAPI.ovr_ChallengeEntry_GetRank(IntPtr obj) Parameters obj: IntPtrReturns int |
ovr_ChallengeEntry_GetScore
(
obj
)
|
Signature
static long Oculus.Platform.CAPI.ovr_ChallengeEntry_GetScore(IntPtr obj) Parameters obj: IntPtrReturns long |
ovr_ChallengeEntry_GetUser
(
obj
)
|
Signature
static IntPtr Oculus.Platform.CAPI.ovr_ChallengeEntry_GetUser(IntPtr obj) Parameters obj: IntPtrReturns IntPtr |
ovr_ChallengeEntryArray_GetElement
(
obj
, index
)
|
Signature
static IntPtr Oculus.Platform.CAPI.ovr_ChallengeEntryArray_GetElement(IntPtr obj, UIntPtr index) Parameters obj: IntPtrindex: UIntPtrReturns IntPtr |