SKStream.ReadBool Method

Definition

Overloads

ReadBool()

Read a single boolean.

ReadBool(Boolean)

Read a single boolean.

ReadBool()

Read a single boolean.

public bool ReadBool ();

Returns

Returns the boolean that was read.

Applies to

ReadBool(Boolean)

Read a single boolean.

public bool ReadBool (out bool buffer);

Parameters

buffer
Boolean

The boolean that was read.

Returns

Returns true if the read was successful, otherwise false.

Applies to