Struct jvalue
Inherited Members
Namespace: UnityEngine
Assembly: UnityEngine.dll
Syntax
public struct jvalue
Fields
| Improve this Doc View Sourceb
Declaration
public byte b
Field Value
| Type | Description |
|---|---|
| Byte |
c
Declaration
public char c
Field Value
| Type | Description |
|---|---|
| Char |
d
Declaration
public double d
Field Value
| Type | Description |
|---|---|
| Double |
f
Declaration
public float f
Field Value
| Type | Description |
|---|---|
| Single |
i
Declaration
public int i
Field Value
| Type | Description |
|---|---|
| Int32 |
j
Declaration
public long j
Field Value
| Type | Description |
|---|---|
| Int64 |
l
Declaration
public IntPtr l
Field Value
| Type | Description |
|---|---|
| IntPtr |
s
Declaration
public short s
Field Value
| Type | Description |
|---|---|
| Int16 |
z
Declaration
public bool z
Field Value
| Type | Description |
|---|---|
| Boolean |