C# 클래스 FuseMisc.Friend

Representation of another player that is contained in the user's friend list.
파일 보기 프로젝트 열기: fusepowered/FuseSDKUnity

공개 프로퍼티들

프로퍼티 타입 설명
AccountId string
Alias string
FuseId string
Pending bool

공개 메소드들

메소드 설명
ToString ( ) : string

메소드 상세

ToString() 공개 메소드

public ToString ( ) : string
리턴 string

프로퍼티 상세

AccountId 공개적으로 프로퍼티

Id that the user used to log in.
public string AccountId
리턴 string

Alias 공개적으로 프로퍼티

Alias that the user used to log in.
public string Alias
리턴 string

FuseId 공개적으로 프로퍼티

A unique id generated by the Fuse system.
public string FuseId
리턴 string

Pending 공개적으로 프로퍼티

public bool Pending
리턴 bool