MeshSpecification.TypeFloat フィールド

定義

注意事項

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

1 つの float を表します。

[Android.Runtime.Register("TYPE_FLOAT", 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 TypeFloat = 0;
[<Android.Runtime.Register("TYPE_FLOAT", 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 TypeFloat : Android.Graphics.MeshSpecificationType

フィールド値

Value = 0
属性

注釈

1 つの float を表します。 同等のシェーダーの種類は float です。

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

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

適用対象