C# Класс a.spritestudio.attribute.AttributeBase

Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
@bool ( int no ) : bool

真偽値パラメータの取得

@float ( int no ) : float

小数パラメータの取得

@int ( int no ) : int

整数パラメータの取得

@string ( int no ) : string

文字列パラメータの取得

AttributeBase ( Target target, int intValue, float floatValue, bool boolValue, string stringValue = null ) : System.Collections

Do ( SpritePart part ) : void

更新処理

Описание методов

@bool() публичный Метод

真偽値パラメータの取得
public @bool ( int no ) : bool
no int
Результат bool

@float() публичный Метод

小数パラメータの取得
public @float ( int no ) : float
no int
Результат float

@int() публичный Метод

整数パラメータの取得
public @int ( int no ) : int
no int
Результат int

@string() публичный Метод

文字列パラメータの取得
public @string ( int no ) : string
no int
Результат string

AttributeBase() публичный Метод

public AttributeBase ( Target target, int intValue, float floatValue, bool boolValue, string stringValue = null ) : System.Collections
target Target
intValue int
floatValue float
boolValue bool
stringValue string
Результат System.Collections

Do() публичный Метод

更新処理
public Do ( SpritePart part ) : void
part SpritePart
Результат void