C# 클래스 OpenMetaverse.Vote

A group Vote
파일 보기 프로젝트 열기: 3di/3di-viewer-rei-libs

공개 프로퍼티들

프로퍼티 타입 설명
Candidate UUID
NumVotes int
VoteString string

프로퍼티 상세

Candidate 공개적으로 프로퍼티

Key of Avatar who created Vote
public UUID Candidate
리턴 UUID

NumVotes 공개적으로 프로퍼티

Total number of votes
public int NumVotes
리턴 int

VoteString 공개적으로 프로퍼티

Text of the Vote proposal
public string VoteString
리턴 string