FileA3D.GetIndexEntry(Int32) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Caution
deprecated
[Android.Runtime.Register("getIndexEntry", "(I)Landroid/renderscript/FileA3D$IndexEntry;", "GetGetIndexEntry_IHandler")]
[System.Obsolete("deprecated")]
public virtual Android.Renderscripts.FileA3D.IndexEntry? GetIndexEntry (int index);
[<Android.Runtime.Register("getIndexEntry", "(I)Landroid/renderscript/FileA3D$IndexEntry;", "GetGetIndexEntry_IHandler")>]
[<System.Obsolete("deprecated")>]
abstract member GetIndexEntry : int -> Android.Renderscripts.FileA3D.IndexEntry
override this.GetIndexEntry : int -> Android.Renderscripts.FileA3D.IndexEntry
Parameters
- index
- Int32
number of the entry from the list to return
Returns
entry in the a3d file described by the index
- Attributes
Remarks
Java documentation for android.renderscript.FileA3D.getIndexEntry(int)
.
Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.