MeshSpecification.Attribute.Type Property

Definition

Return the corresponding data type for this Attribute.

public virtual Android.Graphics.MeshSpecificationType Type { [Android.Runtime.Register("getType", "()I", "GetGetTypeHandler", ApiSince=34)] get; }
[<get: Android.Runtime.Register("getType", "()I", "GetGetTypeHandler", ApiSince=34)>]
member this.Type : Android.Graphics.MeshSpecificationType

Property Value

Value is one of the following: MeshSpecification.TYPE_FLOAT MeshSpecification.TYPE_FLOAT2 MeshSpecification.TYPE_FLOAT3 MeshSpecification.TYPE_FLOAT4 MeshSpecification.TYPE_UBYTE4

Attributes

Remarks

Return the corresponding data type for this Attribute.

Java documentation for android.graphics.MeshSpecification.Attribute.getType().

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.

Applies to