C# Класс Bricklayer.Common.Entities.SmileyType

A type of expression that players will show
Показать файл Открыть проект Примеры использования класса

Открытые свойства

Свойство Тип Описание
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