Sprache

MeshSpecification.TypeFloat2 Feld

Definition

Achtung

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

Stellt zwei Floats dar.

[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

Feldwert

Value = 1
Attribute

Hinweise

Stellt zwei Floats dar. Der entsprechende Shadertyp ist float2.

Java Dokumentation für android.graphics.MeshSpecification.TYPE_FLOAT2.

Teile dieser Seite sind Änderungen auf der Grundlage von Arbeiten, die von der Android Open Source Project erstellt und gemeinsam verwendet und gemäß den in der 2.5 Attribution License beschriebenen Begriffen verwendet werden.

Gilt für: