public SdfSpecType GetSpecType()
        {
            SdfSpecType ret = (SdfSpecType)UsdCsPINVOKE.SdfPropertySpecHandle_GetSpecType(swigCPtr);

            return(ret);
        }
        public SdfSpecType GetSpecType()
        {
            SdfSpecType ret = (SdfSpecType)UsdCsPINVOKE.SdfRelationshipSpecHandle_GetSpecType(swigCPtr);

            return(ret);
        }
        public SdfSpecType GetSpecType()
        {
            SdfSpecType ret = (SdfSpecType)UsdCsPINVOKE.SdfAttributeSpecHandle_GetSpecType(swigCPtr);

            return(ret);
        }
示例#4
0
        public SdfSpecType GetSpecType()
        {
            SdfSpecType ret = (SdfSpecType)UsdCsPINVOKE.SdfSpec_GetSpecType(swigCPtr);

            return(ret);
        }