C# 클래스 MegatileSelection, tf_client

Megatile selection; used for e.g. submitting ids of tiles to perform an action.
파일 보기 프로젝트 열기: wids-eria/tf_client

공개 프로퍼티들

프로퍼티 타입 설명
megatiles int[]

공개 메소드들

메소드 설명
MegatileSelection ( int ids ) : UnityEngine

Initializes a new instance of the MegatileSelection struct.

ToJson ( ) : string

Converts to json.

메소드 상세

MegatileSelection() 공개 메소드

Initializes a new instance of the MegatileSelection struct.
public MegatileSelection ( int ids ) : UnityEngine
ids int /// Identifiers. ///
리턴 UnityEngine

ToJson() 공개 메소드

Converts to json.
public ToJson ( ) : string
리턴 string

프로퍼티 상세

megatiles 공개적으로 프로퍼티

The megatiles.
public int[] megatiles
리턴 int[]