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

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

            return(NFIDataList.NULL_VECTOR3);
        }