Aracılığıyla paylaş


MeshSpecification.TypeUbyte4 Field

Definition

Caution

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

Represents four bytes.

[Android.Runtime.Register("TYPE_UBYTE4", 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 TypeUbyte4 = 4;
[<Android.Runtime.Register("TYPE_UBYTE4", 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 TypeUbyte4 : Android.Graphics.MeshSpecificationType

Field Value

Value = 4
Attributes

Remarks

Represents four bytes. Its equivalent shader type is half4.

Java documentation for android.graphics.MeshSpecification.TYPE_UBYTE4.

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