Method PackUV
PackUV(float, float, float)
Function to pack scale information in the UV2 Channel.
Declaration
protected Vector2 PackUV(float x, float y, float scale)
Parameters
Type | Name | Description |
---|---|---|
float | x | |
float | y | |
float | scale |
Returns
Type | Description |
---|---|
Vector2 |
PackUV(float, float)
Declaration
protected float PackUV(float x, float y)
Parameters
Type | Name | Description |
---|---|---|
float | x | |
float | y |
Returns
Type | Description |
---|---|
float |