C# 클래스 Bricklayer.Common.Entities.SmileyType

A type of expression that players will show
파일 보기 프로젝트 열기: Cyral/Bricklayer 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
Smile SmileyType
SmileyList List

공개 메소드들

메소드 설명
FromID ( byte ID ) : SmileyType

Finds a SmileyType from a given ID number

Init ( ) : void

Adds/creates all SmileyTypes

SmileyType ( string name, int index ) : System

Creates a new instance of a blocktype

비공개 메소드들

메소드 설명
SmileyType ( ) : System

메소드 상세

FromID() 공개 정적인 메소드

Finds a SmileyType from a given ID number
public static FromID ( byte ID ) : SmileyType
ID byte
리턴 SmileyType

Init() 공개 정적인 메소드

Adds/creates all SmileyTypes
public static Init ( ) : void
리턴 void

SmileyType() 공개 메소드

Creates a new instance of a blocktype
public SmileyType ( string name, int index ) : System
name string Name of the block
index int The Y position of the smiley in the spritesheet
리턴 System

프로퍼티 상세

Smile 공개적으로 정적으로 프로퍼티

public static SmileyType,Bricklayer.Common.Entities Smile
리턴 SmileyType

SmileyList 공개적으로 정적으로 프로퍼티

List of all block types
public static List SmileyList
리턴 List