Compartilhar via


MeshSpecification.TypeFloat3 Campo

Definição

Cuidado

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

Representa três flutuadores.

[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

Valor do campo

Value = 2
Atributos

Comentários

Representa três flutuadores. Seu tipo de sombreador equivalente é float3.

Documentação Java para android.graphics.MeshSpecification.TYPE_FLOAT3.

Partes desta página são modificações baseadas no trabalho criado e compartilhado pelo Android Open Source Project e usado de acordo com os termos descritos na Creative Commons 2.5 Attribution License.

Aplica-se a