コード例 #1
0
 internal static global::System.Runtime.InteropServices.HandleRef getCPtr(SWIGTYPE_p_SdfPrimSpecView obj)
 {
     return((obj == null) ? new global::System.Runtime.InteropServices.HandleRef(null, global::System.IntPtr.Zero) : obj.swigCPtr);
 }
コード例 #2
0
ファイル: SdfPrimSpec.cs プロジェクト: mwikenma/usd-unity-sdk
        public SWIGTYPE_p_SdfPrimSpecView GetNameChildren()
        {
            SWIGTYPE_p_SdfPrimSpecView ret = new SWIGTYPE_p_SdfPrimSpecView(UsdCsPINVOKE.SdfPrimSpec_GetNameChildren(swigCPtr), true);

            return(ret);
        }