[前へ] [目次へ] [次へ]

DataBaseReader_Animation_Base::Factor::SEInfo (script/fgs/database.fges)


このクラスはアニメーションデータベースの要素型です。
SE再生に関する情報が格納されます。

●継承/注入

   このクラスは継承/注入をしていません。

●インターフェイスとインターフェイスメソッド

   このクラスはインターフェイスの実装宣言をしていません。

●クラスメソッド

   このクラスはクラスメソッドを持っていません。

●クラスメンバメソッド

名前概要
public操作メソッド Parse要素の設定文字列を展開します

●クラス共有変数

   このクラスはクラス共有変数を持っていません。

●インスタンス変数

名前概要
readable frameid再生するフレーム番号
readable filename効果音ファイル名
readable volume再生音量
readable speed再生速度
readable panパン




DataBaseReader_Animation_Base::Factor::SEInfo::Parse

public Bool Parse( String sinfo_str)

   効果音設定文字列を解析して各変数に展開します。

戻り値:展開に成功した場合は真を返します。

String sinfo_str :展開する効果音設定文字列。

先頭へ


DataBaseReader_Animation_Base::Factor::SEInfo::frameid

readable Integer frameid

   効果音を再生するフレーム番号。

先頭へ


DataBaseReader_Animation_Base::Factor::SEInfo::filename

readable String filename

   再生する効果音ファイル名。

先頭へ


DataBaseReader_Animation_Base::Factor::SEInfo::volume

readable Integer volume

   効果音の再生音量(%単位)。

先頭へ


DataBaseReader_Animation_Base::Factor::SEInfo::speed

readable Integer speed

   効果音の再生速度(%単位)。

先頭へ


DataBaseReader_Animation_Base::Factor::SEInfo::pan

readable Integer pan

   効果音のパン(-64〜64)。

先頭へ


[前へ] [目次へ] [次へ]

最終更新 2020/10/24