コード例 #1
0
ファイル: Properties.cs プロジェクト: i17c/behaviac
        public void Instantiate(Agent pAgent)
        {
            object v = this.GetDefaultValue();

            Debug.Check(this.m_memberBase == null);

            pAgent.Instantiate(v, this);
        }
コード例 #2
0
        public void Instantiate(Agent pAgent)
        {
            object defaultValue = this.GetDefaultValue();

            pAgent.Instantiate <object>(defaultValue, this);
        }