Method | Description | |
---|---|---|
AddKey ( int frame, |
キーフレームの追加
|
|
GetKeyFrames ( ) : a.spritestudio.KeyFrame[] |
キーフレームセットの取得
|
|
SetCellMap ( int index, int mapIndex ) : void |
セルマップの指定
|
|
SetFrame ( int frame ) : void |
キーフレームの設定
|
|
SetKeyFrames ( |
キーフレームセットの変更
|
|
Setup ( |
初期化
|
|
TransformVertices ( |
頂点変換
|
|
UpdateTexCoordS ( float value ) : void |
UV更新
|
|
UpdateTexCoordT ( float value ) : void |
UV更新
|
|
UpdateTexCoordU ( float value ) : void |
UV更新
|
|
UpdateTexCoordV ( float value ) : void |
UV更新
|
Method | Description | |
---|---|---|
CopyTransform ( |
Transformをコピー
|
|
LateUpdate ( ) : void |
Transformの更新
|
|
SetupVertices ( ) : void |
頂点バッファ生成
|
|
Start ( ) : void |
GOの初期化時
|
|
Update ( ) : void |
更新
|
|
UpdateTransform ( ) : void |
Transformの更新
|
public AddKey ( int frame, |
||
frame | int | |
attribute | ||
return | void |
public GetKeyFrames ( ) : a.spritestudio.KeyFrame[] | ||
return | a.spritestudio.KeyFrame[] |
public SetCellMap ( int index, int mapIndex ) : void | ||
index | int | |
mapIndex | int | |
return | void |
public SetKeyFrames ( |
||
frames | ||
return | void |
public Setup ( |
||
root | ||
nodeType | types | |
material | ||
return | void |
public TransformVertices ( |
||
leftTop | ||
rightTop | ||
leftBottom | ||
rightBottom | ||
return | void |
public UpdateTexCoordS ( float value ) : void | ||
value | float | |
return | void |
public UpdateTexCoordT ( float value ) : void | ||
value | float | |
return | void |
public UpdateTexCoordU ( float value ) : void | ||
value | float | |
return | void |
public UpdateTexCoordV ( float value ) : void | ||
value | float | |
return | void |