메소드 | 설명 | |
---|---|---|
@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 |
更新処理
|
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 |