Show / Hide Table of Contents

Struct Bool

Namespace: UTJ.FrameCapturer
Assembly: Assembly-CSharp.dll
Syntax
[Serializable]
public struct Bool

Fields

v

Declaration
[SerializeField]
byte v
Field Value
Type Description
System.Byte

Properties

True

Declaration
public static Bool True { get; }
Property Value
Type Description
Bool

Operators

Implicit(Boolean to Bool)

Declaration
public static implicit operator Bool(bool v)
Parameters
Type Name Description
System.Boolean v
Returns
Type Description
Bool

Implicit(Bool to Boolean)

Declaration
public static implicit operator bool (Bool v)
Parameters
Type Name Description
Bool v
Returns
Type Description
System.Boolean
Back to top