Shader.GetLocalMatrix(Matrix) Metodo

Definizione

Restituisce true se lo shader ha una matrice locale non identity.

[Android.Runtime.Register("getLocalMatrix", "(Landroid/graphics/Matrix;)Z", "GetGetLocalMatrix_Landroid_graphics_Matrix_Handler")]
public virtual bool GetLocalMatrix(Android.Graphics.Matrix localM);
[<Android.Runtime.Register("getLocalMatrix", "(Landroid/graphics/Matrix;)Z", "GetGetLocalMatrix_Landroid_graphics_Matrix_Handler")>]
abstract member GetLocalMatrix : Android.Graphics.Matrix -> bool
override this.GetLocalMatrix : Android.Graphics.Matrix -> bool

Parametri

localM
Matrix

Impostare sulla matrice locale dello shader, se la matrice dello shader non è Null.

Valori restituiti

true se lo shader ha una matrice locale non identity

Attributi

Commenti

Restituisce true se lo shader ha una matrice locale non identity.

per android.graphics.Shader.getLocalMatrix(android.graphics.Matrix).

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