SKUniformType Enum

Definition

Contains values that describe the data with which an SKUniform was initialized.

public enum SKUniformType
type SKUniformType = 
Inheritance
SKUniformType

Fields

Float 1

The SKUniform was initialized with a float.

FloatMatrix2 5

The SKUniform was initialized with a 2x2 array of floats.

FloatMatrix3 6

The SKUniform was initialized with a 3x3 array of floats.

FloatMatrix4 7

The SKUniform was initialized with a 4x4 array of floats.

FloatVector2 2

The SKUniform was initialized with a vector that contains 2 floats.

FloatVector3 3

The SKUniform was initialized with a vector that contains 3 floats.

FloatVector4 4

The SKUniform was initialized with a vector that contains 4 floats.

None 0

The SKUniform has not been initialized.

Texture 8

The SKUniform contains texture data.

Applies to