Write

Write(FMatrix4)

Ecrire la matrice dans la constante

public PushConstant Write(FMatrix4 mat)
ParamètreTaperLa description
matFMatrix4La matrice à écrire

Voir également


Write(int)

Ecrire une valeur entière dans la constante

public PushConstant Write(int n)
ParamètreTaperLa description
nInt32

Voir également


Write(float)

Écrire une valeur flottante dans la constante

public PushConstant Write(float f)
ParamètreTaperLa description
fSingle

Voir également


Write(FVector4)

Écrire un vecteur à 4 composantes dans la constante

public PushConstant Write(FVector4 vec)
ParamètreTaperLa description
vecFVector4

Voir également


Write(FVector3)

Écrire un vecteur à 3 composantes dans la constante

public PushConstant Write(FVector3 vec)
ParamètreTaperLa description
vecFVector3

Voir également


Write(float, float, float, float)

Écrire un vecteur à 4 composantes dans la constante

public PushConstant Write(float x, float y, float z, float w)
ParamètreTaperLa description
xSingle
ySingle
zSingle
wSingle

Voir également