GetInteger
Get an integer from the property block.
Read time 1 minuteLast updated 6 days ago
Definition
- Type: Method
- Namespace: UnityEngine
- Assembly: UnityEngine.CoreModule
GetInteger(string)
Get an integer from the property block.
public int GetInteger(string name)
Parameters
The name of the property.
Returns
Type | Description |
|---|---|
| int |
Remarks
Returns zero if not found.
GetInteger(int)
Get an integer from the property block.
public int GetInteger(int nameID)
Parameters
The name ID of the property retrieved by Shader.PropertyToID.
Returns
Type | Description |
|---|---|
| int |
Remarks
Returns zero if not found.