Mesh.TriangleStrip Campo

Definizione

Attenzione

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

La mesh verrà disegnata con triangoli che utilizzano vertici condivisi.

[Android.Runtime.Register("TRIANGLE_STRIP", ApiSince=34)]
[System.Obsolete("This constant will be removed in the future version. Use Android.Graphics.MeshType enum directly instead of this field.", true)]
public const Android.Graphics.MeshType TriangleStrip = 1;
[<Android.Runtime.Register("TRIANGLE_STRIP", ApiSince=34)>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.Graphics.MeshType enum directly instead of this field.", true)>]
val mutable TriangleStrip : Android.Graphics.MeshType

Valore del campo

Value = 1
Attributi

Commenti

La mesh verrà disegnata con triangoli che utilizzano vertici condivisi.

per android.graphics.Mesh.TRIANGLE_STRIP.

Le parti di questa pagina sono modifiche basate sul lavoro creato e condiviso dalla e usati in base ai termini descritti in Creative License 2.5 Attribution License.

Si applica a