MeshSpecification.TypeFloat2 Campo

Definición

Precaución

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

Representa dos floats.

[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

Valor de campo

Value = 1
Atributos

Comentarios

Representa dos floats. Su tipo de sombreador equivalente es float2.

Java documentación para android.graphics.MeshSpecification.TYPE_FLOAT2.

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