MeshSpecification.TypeUbyte4 フィールド

定義

注意事項

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

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)]
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

フィールド値

Value = 4
属性

注釈

4 バイトを表します。 同等のシェーダー の種類は half4 です。

の Java ドキュメントandroid.graphics.MeshSpecification.TYPE_UBYTE4

このページの一部は、Android オープンソース プロジェクトによって作成および共有され、クリエイティブ コモンズ 2.5 属性ライセンスに記載されている条件に従って使用される作業に基づく変更です。

適用対象