MeshSpecification.TypeFloat2 Field

Definition

Caution

This constant will be removed in the future version. Use Android.Graphics.MeshSpecificationType enum directly instead of this field.

Represents two floats.

[Android.Runtime.Register("TYPE_FLOAT2", ApiSince=34)]
[System.Obsolete("This constant will be removed in the future version. Use Android.Graphics.MeshSpecificationType enum directly instead of this field.", true)]
public const Android.Graphics.MeshSpecificationType TypeFloat2 = 1;
[<Android.Runtime.Register("TYPE_FLOAT2", ApiSince=34)>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.Graphics.MeshSpecificationType enum directly instead of this field.", true)>]
val mutable TypeFloat2 : Android.Graphics.MeshSpecificationType

Field Value

Value = 1
Attributes

Remarks

Represents two floats. Its equivalent shader type is float2.

Java documentation for android.graphics.MeshSpecification.TYPE_FLOAT2.

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