C# 클래스 OpenMetaverse.GroupTitle

Class to represent Group Title
파일 보기 프로젝트 열기: 3di/3di-viewer-rei-libs 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
GroupID UUID
Selected bool
Title string

프로퍼티 상세

GroupID 공개적으로 프로퍼티

Key of the group
public UUID GroupID
리턴 UUID

Selected 공개적으로 프로퍼티

Whether title is Active
public bool Selected
리턴 bool

Title 공개적으로 프로퍼티

Group Title
public string Title
리턴 string