//javadoc: RTrees::load(filepath) public static new RTrees load(string filepath) { #if UNITY_PRO_LICENSE || ((UNITY_ANDROID || UNITY_IOS || UNITY_WEBGL) && !UNITY_EDITOR) || UNITY_5 || UNITY_5_3_OR_NEWER RTrees retVal = RTrees.__fromPtr__(ml_RTrees_load_11(filepath)); return(retVal); #else return(null); #endif }
// // C++: static Ptr_RTrees create() // //javadoc: RTrees::create() public static new RTrees create() { #if UNITY_PRO_LICENSE || ((UNITY_ANDROID || UNITY_IOS || UNITY_WEBGL) && !UNITY_EDITOR) || UNITY_5 || UNITY_5_3_OR_NEWER RTrees retVal = RTrees.__fromPtr__(ml_RTrees_create_10()); return(retVal); #else return(null); #endif }