MeshSpecification.TypeFloat2 フィールド

定義

注意事項

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

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

[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

フィールド値

Value = 1
属性

注釈

2 つの浮動小数点数を表します。 同等のシェーダー型は float2 です。

Javaドキュメント。

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

適用対象