コード例 #1
0
ファイル: NFCObject.cs プロジェクト: zyf3883310/NoahGameFrame
        public override NFVector2 QueryPropertyVector2(string strPropertyName)
        {
            NFIProperty property = mPropertyManager.GetProperty(strPropertyName);

            if (null != property)
            {
                return(property.QueryVector2());
            }

            return(NFIDataList.NULL_VECTOR2);
        }