Show / Hide Table of Contents

Struct jvalue

Inherited Members
ValueType.Equals(Object)
ValueType.GetHashCode()
ValueType.ToString()
Object.Equals(Object, Object)
Object.ReferenceEquals(Object, Object)
Object.GetType()
Namespace: UnityEngine
Assembly: UnityEngine.dll
Syntax
public struct jvalue

Fields

| Improve this Doc View Source

b

Declaration
public byte b
Field Value
Type Description
Byte
| Improve this Doc View Source

c

Declaration
public char c
Field Value
Type Description
Char
| Improve this Doc View Source

d

Declaration
public double d
Field Value
Type Description
Double
| Improve this Doc View Source

f

Declaration
public float f
Field Value
Type Description
Single
| Improve this Doc View Source

i

Declaration
public int i
Field Value
Type Description
Int32
| Improve this Doc View Source

j

Declaration
public long j
Field Value
Type Description
Int64
| Improve this Doc View Source

l

Declaration
public IntPtr l
Field Value
Type Description
IntPtr
| Improve this Doc View Source

s

Declaration
public short s
Field Value
Type Description
Int16
| Improve this Doc View Source

z

Declaration
public bool z
Field Value
Type Description
Boolean

Extension Methods

MustExtensions.MustBeEqual<T>(T, T)
MustExtensions.MustBeEqual<T>(T, T, String)
MustExtensions.MustNotBeEqual<T>(T, T)
MustExtensions.MustNotBeEqual<T>(T, T, String)
  • Improve this Doc
  • View Source
Back to top Generated by DocFX