MeshSpecification.TypeFloat3 フィールド

定義

注意事項

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

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

[Android.Runtime.Register("TYPE_FLOAT3", 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 TypeFloat3 = 2;
[<Android.Runtime.Register("TYPE_FLOAT3", 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 TypeFloat3 : Android.Graphics.MeshSpecificationType

フィールド値

Value = 2
属性

注釈

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

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

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

適用対象