コード例 #1
0
        public UsdAttribute CreateFaceVaryingLinearInterpolationAttr()
        {
            UsdAttribute ret = new UsdAttribute(UsdCsPINVOKE.UsdGeomMesh_CreateFaceVaryingLinearInterpolationAttr__SWIG_2(swigCPtr), true);

            return(ret);
        }
コード例 #2
0
        public UsdAttribute CreateAnalyticUseLightDirectionAttr()
        {
            UsdAttribute ret = new UsdAttribute(UsdCsPINVOKE.UsdRiPxrBarnLightFilter_CreateAnalyticUseLightDirectionAttr__SWIG_2(swigCPtr), true);

            return(ret);
        }
コード例 #3
0
        public UsdAttribute CreateAnalyticDensityExponentAttr()
        {
            UsdAttribute ret = new UsdAttribute(UsdCsPINVOKE.UsdRiPxrBarnLightFilter_CreateAnalyticDensityExponentAttr__SWIG_2(swigCPtr), true);

            return(ret);
        }
コード例 #4
0
        public UsdAttribute GetAttr()
        {
            UsdAttribute ret = new UsdAttribute(UsdCsPINVOKE.UsdSkelInbetweenShape_GetAttr(swigCPtr), false);

            return(ret);
        }
コード例 #5
0
        public UsdAttribute CreateRadiusAttr()
        {
            UsdAttribute ret = new UsdAttribute(UsdCsPINVOKE.UsdRiPxrBarnLightFilter_CreateRadiusAttr__SWIG_2(swigCPtr), true);

            return(ret);
        }
コード例 #6
0
 public UsdAttribute CreateNormalOffsetsAttr()
 {
     UsdAttribute ret = new UsdAttribute(UsdCsPINVOKE.UsdSkelInbetweenShape_CreateNormalOffsetsAttr__SWIG_1(swigCPtr), true);
     return ret;
 }
コード例 #7
0
 public UsdAttribute GetNormalOffsetsAttr()
 {
     UsdAttribute ret = new UsdAttribute(UsdCsPINVOKE.UsdSkelInbetweenShape_GetNormalOffsetsAttr(swigCPtr), true);
     return ret;
 }
コード例 #8
0
        public UsdAttribute CreateCreaseSharpnessesAttr()
        {
            UsdAttribute ret = new UsdAttribute(UsdCsPINVOKE.UsdGeomMesh_CreateCreaseSharpnessesAttr__SWIG_2(swigCPtr), true);

            return(ret);
        }
コード例 #9
0
        public UsdAttribute CreatePurposeAttr()
        {
            UsdAttribute ret = new UsdAttribute(UsdCsPINVOKE.UsdGeomImageable_CreatePurposeAttr__SWIG_2(swigCPtr), true);

            return(ret);
        }
コード例 #10
0
        public UsdAttribute GetCornerSharpnessesAttr()
        {
            UsdAttribute ret = new UsdAttribute(UsdCsPINVOKE.UsdGeomMesh_GetCornerSharpnessesAttr(swigCPtr), true);

            return(ret);
        }
コード例 #11
0
        public UsdAttribute GetCreaseLengthsAttr()
        {
            UsdAttribute ret = new UsdAttribute(UsdCsPINVOKE.UsdGeomMesh_GetCreaseLengthsAttr(swigCPtr), true);

            return(ret);
        }
コード例 #12
0
        public UsdAttribute GetHoleIndicesAttr()
        {
            UsdAttribute ret = new UsdAttribute(UsdCsPINVOKE.UsdGeomMesh_GetHoleIndicesAttr(swigCPtr), true);

            return(ret);
        }
コード例 #13
0
        public UsdAttribute CreateTriangleSubdivisionRuleAttr()
        {
            UsdAttribute ret = new UsdAttribute(UsdCsPINVOKE.UsdGeomMesh_CreateTriangleSubdivisionRuleAttr__SWIG_2(swigCPtr), true);

            return(ret);
        }
コード例 #14
0
        public UsdAttribute GetTriangleSubdivisionRuleAttr()
        {
            UsdAttribute ret = new UsdAttribute(UsdCsPINVOKE.UsdGeomMesh_GetTriangleSubdivisionRuleAttr(swigCPtr), true);

            return(ret);
        }
コード例 #15
0
ファイル: UsdGeomGprim.cs プロジェクト: jminor/usd-unity-sdk
        public UsdAttribute GetDisplayColorAttr()
        {
            UsdAttribute ret = new UsdAttribute(UsdCsPINVOKE.UsdGeomGprim_GetDisplayColorAttr(swigCPtr), true);

            return(ret);
        }
コード例 #16
0
        public UsdAttribute GetVisibilityAttr()
        {
            UsdAttribute ret = new UsdAttribute(UsdCsPINVOKE.UsdGeomImageable_GetVisibilityAttr(swigCPtr), true);

            return(ret);
        }
コード例 #17
0
ファイル: UsdAttribute.cs プロジェクト: soulhez/usd-unity-sdk
 internal static global::System.Runtime.InteropServices.HandleRef getCPtr(UsdAttribute obj)
 {
     return((obj == null) ? new global::System.Runtime.InteropServices.HandleRef(null, global::System.IntPtr.Zero) : obj.swigCPtr);
 }
コード例 #18
0
        public UsdAttribute GetArgsPathAttr()
        {
            UsdAttribute ret = new UsdAttribute(UsdCsPINVOKE.UsdRiRisIntegrator_GetArgsPathAttr(swigCPtr), true);

            return(ret);
        }
コード例 #19
0
 public static bool IsInbetween(UsdAttribute attr)
 {
     bool ret = UsdCsPINVOKE.UsdSkelInbetweenShape_IsInbetween(UsdAttribute.getCPtr(attr));
     if (UsdCsPINVOKE.SWIGPendingException.Pending) throw UsdCsPINVOKE.SWIGPendingException.Retrieve();
     return ret;
 }
コード例 #20
0
        public UsdAttribute CreateArgsPathAttr()
        {
            UsdAttribute ret = new UsdAttribute(UsdCsPINVOKE.UsdRiRisIntegrator_CreateArgsPathAttr__SWIG_2(swigCPtr), true);

            return(ret);
        }
コード例 #21
0
 public UsdAttribute CreateNormalOffsetsAttr(VtValue defaultValue)
 {
     UsdAttribute ret = new UsdAttribute(UsdCsPINVOKE.UsdSkelInbetweenShape_CreateNormalOffsetsAttr__SWIG_0(swigCPtr, VtValue.getCPtr(defaultValue)), true);
     if (UsdCsPINVOKE.SWIGPendingException.Pending) throw UsdCsPINVOKE.SWIGPendingException.Retrieve();
     return ret;
 }
コード例 #22
0
ファイル: UsdGeomGprim.cs プロジェクト: jminor/usd-unity-sdk
        public UsdAttribute CreateDisplayOpacityAttr()
        {
            UsdAttribute ret = new UsdAttribute(UsdCsPINVOKE.UsdGeomGprim_CreateDisplayOpacityAttr__SWIG_2(swigCPtr), true);

            return(ret);
        }
コード例 #23
0
 public UsdSkelInbetweenShape(UsdAttribute attr) : this(UsdCsPINVOKE.new_UsdSkelInbetweenShape__SWIG_1(UsdAttribute.getCPtr(attr)), true)
 {
     if (UsdCsPINVOKE.SWIGPendingException.Pending)
     {
         throw UsdCsPINVOKE.SWIGPendingException.Retrieve();
     }
 }
コード例 #24
0
ファイル: UsdGeomGprim.cs プロジェクト: jminor/usd-unity-sdk
        public UsdAttribute GetDoubleSidedAttr()
        {
            UsdAttribute ret = new UsdAttribute(UsdCsPINVOKE.UsdGeomGprim_GetDoubleSidedAttr(swigCPtr), true);

            return(ret);
        }
コード例 #25
0
        public UsdAttribute GetAnalyticUseLightDirectionAttr()
        {
            UsdAttribute ret = new UsdAttribute(UsdCsPINVOKE.UsdRiPxrBarnLightFilter_GetAnalyticUseLightDirectionAttr(swigCPtr), true);

            return(ret);
        }
コード例 #26
0
ファイル: UsdGeomGprim.cs プロジェクト: jminor/usd-unity-sdk
        public UsdAttribute GetOrientationAttr()
        {
            UsdAttribute ret = new UsdAttribute(UsdCsPINVOKE.UsdGeomGprim_GetOrientationAttr(swigCPtr), true);

            return(ret);
        }
コード例 #27
0
        public UsdAttribute GetAnalyticDensityFarValueAttr()
        {
            UsdAttribute ret = new UsdAttribute(UsdCsPINVOKE.UsdRiPxrBarnLightFilter_GetAnalyticDensityFarValueAttr(swigCPtr), true);

            return(ret);
        }
コード例 #28
0
ファイル: UsdGeomGprim.cs プロジェクト: jminor/usd-unity-sdk
        public UsdAttribute CreateOrientationAttr()
        {
            UsdAttribute ret = new UsdAttribute(UsdCsPINVOKE.UsdGeomGprim_CreateOrientationAttr__SWIG_2(swigCPtr), true);

            return(ret);
        }
コード例 #29
0
        public UsdAttribute GetEdgeThicknessAttr()
        {
            UsdAttribute ret = new UsdAttribute(UsdCsPINVOKE.UsdRiPxrBarnLightFilter_GetEdgeThicknessAttr(swigCPtr), true);

            return(ret);
        }
コード例 #30
0
        public UsdAttribute GetFaceVaryingLinearInterpolationAttr()
        {
            UsdAttribute ret = new UsdAttribute(UsdCsPINVOKE.UsdGeomMesh_GetFaceVaryingLinearInterpolationAttr(swigCPtr), true);

            return(ret);
        }