MeshSpecification.Attribute.Type Property
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.
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.