Mesh.Triangles Campo

Definición

Precaución

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

La malla se dibujará con triángulos sin utilizar vértices compartidos.

[Android.Runtime.Register("TRIANGLES", 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 Triangles = 0;
[<Android.Runtime.Register("TRIANGLES", 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 Triangles : Android.Graphics.MeshType

Valor de campo

Value = 0
Atributos

Comentarios

La malla se dibujará con triángulos sin utilizar vértices compartidos.

Java documentación para android.graphics.Mesh.TRIANGLES.

Las partes de esta página son modificaciones basadas en el trabajo creado y compartido por el Android y se usan según los términos descritos en creative Creative Commons 2.5 Attribution License.

Se aplica a