C# Class a.spritestudio.attribute.AttributeBase

Exibir arquivo Open project: cfm-art/SpriteStudioPlayerForUGUI Class Usage Examples

Public Methods

Method Description
@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

更新処理

Method Details

@bool() public method

真偽値パラメータの取得
public @bool ( int no ) : bool
no int
return bool

@float() public method

小数パラメータの取得
public @float ( int no ) : float
no int
return float

@int() public method

整数パラメータの取得
public @int ( int no ) : int
no int
return int

@string() public method

文字列パラメータの取得
public @string ( int no ) : string
no int
return string

AttributeBase() public method

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
return System.Collections

Do() public method

更新処理
public Do ( SpritePart part ) : void
part SpritePart
return void