Version: 2021.1
LanguageEnglish
  • C#

HierarchyFrameDataView.GetItemMergedSamplesMetadataAsLong

Suggest a change

Success!

Thank you for helping us improve the quality of Unity Documentation. Although we cannot accept all submissions, we do read each suggested change from our users and will make updates where applicable.

Close

Submission failed

For some reason your suggested change could not be submitted. Please <a>try again</a> in a few minutes. And thank you for taking the time to help us improve the quality of Unity Documentation.

Close

Cancel

Declaration

public long GetItemMergedSamplesMetadataAsLong(int id, int sampleIndex, int metadataIndex);

Parameters

id Hierarchy item identifier.
sampleIndex Merged sample index.
metadataIndex Metadata index.

Returns

long Returns value of the metadata as long.

Description

Returns long representation of hierarchy item metadata value.

Throws:
System.ArgumentException if id is invalid. System.IndexOutOfRangeException if sampleIndex is not in the range from 0 to GetItemMergedSamplesCount. System.IndexOutOfRangeException if medataIndex is not in the range from 0 to GetItemMergedSamplesMetadataCount.

See Also: GetItemMergedSamplesCount, GetItemMergedSamplesMetadataCount, GetItemMetadataAsLong.