Play-SDK-CSharp
Public Member Functions | Static Public Attributes | Properties | List of all members
LeanCloud.Play.Protocol.UpdatePropertyNotification Class Reference
Inheritance diagram for LeanCloud.Play.Protocol.UpdatePropertyNotification:

Public Member Functions

 UpdatePropertyNotification ()
 
 UpdatePropertyNotification (UpdatePropertyNotification other)
 
UpdatePropertyNotification Clone ()
 
override bool Equals (object other)
 
bool Equals (UpdatePropertyNotification other)
 
override int GetHashCode ()
 
override string ToString ()
 
void WriteTo (pb::CodedOutputStream output)
 
int CalculateSize ()
 
void MergeFrom (UpdatePropertyNotification other)
 
void MergeFrom (pb::CodedInputStream input)
 

Static Public Attributes

const int AttrFieldNumber = 1
 Field number for the "attr" field. More...
 
const int ActorIdFieldNumber = 2
 Field number for the "actor_id" field. More...
 

Properties

static pb::MessageParser< UpdatePropertyNotificationParser [get]
 
static pbr::MessageDescriptor Descriptor [get]
 
pb::ByteString Attr [get, set]
 
int ActorId [get, set]
 0 表示更改了房间属性,非 0 表示更改某 Player 的属性 More...
 

Constructor & Destructor Documentation

◆ UpdatePropertyNotification() [1/2]

LeanCloud.Play.Protocol.UpdatePropertyNotification.UpdatePropertyNotification ( )
inline

◆ UpdatePropertyNotification() [2/2]

LeanCloud.Play.Protocol.UpdatePropertyNotification.UpdatePropertyNotification ( UpdatePropertyNotification  other)
inline

Member Function Documentation

◆ CalculateSize()

int LeanCloud.Play.Protocol.UpdatePropertyNotification.CalculateSize ( )
inline

◆ Clone()

UpdatePropertyNotification LeanCloud.Play.Protocol.UpdatePropertyNotification.Clone ( )
inline

◆ Equals() [1/2]

override bool LeanCloud.Play.Protocol.UpdatePropertyNotification.Equals ( object  other)
inline

◆ Equals() [2/2]

bool LeanCloud.Play.Protocol.UpdatePropertyNotification.Equals ( UpdatePropertyNotification  other)
inline

◆ GetHashCode()

override int LeanCloud.Play.Protocol.UpdatePropertyNotification.GetHashCode ( )
inline

◆ MergeFrom() [1/2]

void LeanCloud.Play.Protocol.UpdatePropertyNotification.MergeFrom ( pb::CodedInputStream  input)
inline

◆ MergeFrom() [2/2]

void LeanCloud.Play.Protocol.UpdatePropertyNotification.MergeFrom ( UpdatePropertyNotification  other)
inline

◆ ToString()

override string LeanCloud.Play.Protocol.UpdatePropertyNotification.ToString ( )
inline

◆ WriteTo()

void LeanCloud.Play.Protocol.UpdatePropertyNotification.WriteTo ( pb::CodedOutputStream  output)
inline

Member Data Documentation

◆ ActorIdFieldNumber

const int LeanCloud.Play.Protocol.UpdatePropertyNotification.ActorIdFieldNumber = 2
static

Field number for the "actor_id" field.

◆ AttrFieldNumber

const int LeanCloud.Play.Protocol.UpdatePropertyNotification.AttrFieldNumber = 1
static

Field number for the "attr" field.

Property Documentation

◆ ActorId

int LeanCloud.Play.Protocol.UpdatePropertyNotification.ActorId
getset

0 表示更改了房间属性,非 0 表示更改某 Player 的属性

◆ Attr

pb.ByteString LeanCloud.Play.Protocol.UpdatePropertyNotification.Attr
getset

◆ Descriptor

pbr.MessageDescriptor LeanCloud.Play.Protocol.UpdatePropertyNotification.Descriptor
staticget

◆ Parser

pb.MessageParser<UpdatePropertyNotification> LeanCloud.Play.Protocol.UpdatePropertyNotification.Parser
staticget

The documentation for this class was generated from the following file: