MeshSpecification.TypeFloat4 フィールド

定義

注意事項

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

4 つの浮動小数点数を表します。

[Android.Runtime.Register("TYPE_FLOAT4", 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 TypeFloat4 = 3;
[<Android.Runtime.Register("TYPE_FLOAT4", 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 TypeFloat4 : Android.Graphics.MeshSpecificationType

フィールド値

Value = 3
属性

注釈

4 つの浮動小数点数を表します。 同等のシェーダーの種類は float4 です。

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

このページの一部は、によって作成および共有され、に記載されている条件に従って使用される作業に基づく変更です。

適用対象