コード例 #1
0
 protected void SetPostEffect(string key, object postEffect)
 {
     m_postEffects.Set(key, postEffect);
 }
コード例 #2
0
 protected void SetPreCondition(string key, object preCondition)
 {
     m_preConditions.Set(key, preCondition);
 }