Show / Hide Table of Contents

Class FullKeySyncStructure

Inheritance
object
FullKeySyncStructure
Implements
ISyncStructure
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: SlipeServer.Packets.Structures
Assembly: SlipeServer.Packets.dll
Syntax
public class FullKeySyncStructure : ISyncStructure

Constructors

| Edit this page View Source

FullKeySyncStructure()

Declaration
public FullKeySyncStructure()
| Edit this page View Source

FullKeySyncStructure(Vector2, bool, bool, bool, bool, bool, bool, bool, bool, byte, byte)

Declaration
public FullKeySyncStructure(Vector2 leftStick, bool leftShoulder1, bool leftShoulder2, bool buttonSquare, bool buttonCross, bool buttonCircle, bool buttonTriangle, bool shockButton, bool pedWalk, byte buttonSquareByte, byte buttonCrossByte)
Parameters
Type Name Description
Vector2 leftStick
bool leftShoulder1
bool leftShoulder2
bool buttonSquare
bool buttonCross
bool buttonCircle
bool buttonTriangle
bool shockButton
bool pedWalk
byte buttonSquareByte
byte buttonCrossByte

Properties

| Edit this page View Source

ButtonCircle

Declaration
public bool ButtonCircle { get; set; }
Property Value
Type Description
bool
| Edit this page View Source

ButtonCross

Declaration
public bool ButtonCross { get; set; }
Property Value
Type Description
bool
| Edit this page View Source

ButtonCrossByte

Declaration
public byte ButtonCrossByte { get; set; }
Property Value
Type Description
byte
| Edit this page View Source

ButtonSquare

Declaration
public bool ButtonSquare { get; set; }
Property Value
Type Description
bool
| Edit this page View Source

ButtonSquareByte

Declaration
public byte ButtonSquareByte { get; set; }
Property Value
Type Description
byte
| Edit this page View Source

ButtonTriangle

Declaration
public bool ButtonTriangle { get; set; }
Property Value
Type Description
bool
| Edit this page View Source

LeftShoulder1

Declaration
public bool LeftShoulder1 { get; set; }
Property Value
Type Description
bool
| Edit this page View Source

LeftStick

Declaration
public Vector2 LeftStick { get; set; }
Property Value
Type Description
Vector2
| Edit this page View Source

PedWalk

Declaration
public bool PedWalk { get; set; }
Property Value
Type Description
bool
| Edit this page View Source

RightShoulder1

Declaration
public bool RightShoulder1 { get; set; }
Property Value
Type Description
bool
| Edit this page View Source

ShockButton

Declaration
public bool ShockButton { get; set; }
Property Value
Type Description
bool

Methods

| Edit this page View Source

Read(PacketReader)

Declaration
public void Read(PacketReader reader)
Parameters
Type Name Description
PacketReader reader
| Edit this page View Source

Write(PacketBuilder)

Declaration
public void Write(PacketBuilder builder)
Parameters
Type Name Description
PacketBuilder builder

Implements

ISyncStructure
  • Edit this page
  • View Source
In this article
Back to top Generated by DocFX