FbxSurfaceMaterial.cs 6.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252
  1. //------------------------------------------------------------------------------
  2. // <auto-generated />
  3. //
  4. // This file was automatically generated by SWIG (http://www.swig.org).
  5. // Version 3.0.12
  6. //
  7. // Do not make changes to this file unless you know what you are doing--modify
  8. // the SWIG interface file instead.
  9. //------------------------------------------------------------------------------
  10. namespace Autodesk.Fbx {
  11. public class FbxSurfaceMaterial : FbxObject {
  12. internal FbxSurfaceMaterial(global::System.IntPtr cPtr, bool ignored) : base(cPtr, ignored) { }
  13. // override void Dispose() {base.Dispose();}
  14. public new static FbxSurfaceMaterial Create(FbxManager pManager, string pName) {
  15. global::System.IntPtr cPtr = NativeMethods.FbxSurfaceMaterial_Create__SWIG_0(FbxManager.getCPtr(pManager), pName);
  16. FbxSurfaceMaterial ret = (cPtr == global::System.IntPtr.Zero) ? null : new FbxSurfaceMaterial(cPtr, false);
  17. if (NativeMethods.SWIGPendingException.Pending) throw NativeMethods.SWIGPendingException.Retrieve();
  18. return ret;
  19. }
  20. public new static FbxSurfaceMaterial Create(FbxObject pContainer, string pName) {
  21. global::System.IntPtr cPtr = NativeMethods.FbxSurfaceMaterial_Create__SWIG_1(FbxObject.getCPtr(pContainer), pName);
  22. FbxSurfaceMaterial ret = (cPtr == global::System.IntPtr.Zero) ? null : new FbxSurfaceMaterial(cPtr, false);
  23. if (NativeMethods.SWIGPendingException.Pending) throw NativeMethods.SWIGPendingException.Retrieve();
  24. return ret;
  25. }
  26. public static string sShadingModel {
  27. get {
  28. string ret = NativeMethods.FbxSurfaceMaterial_sShadingModel_get();
  29. return ret;
  30. }
  31. }
  32. public static string sMultiLayer {
  33. get {
  34. string ret = NativeMethods.FbxSurfaceMaterial_sMultiLayer_get();
  35. return ret;
  36. }
  37. }
  38. public static string sEmissive {
  39. get {
  40. string ret = NativeMethods.FbxSurfaceMaterial_sEmissive_get();
  41. return ret;
  42. }
  43. }
  44. public static string sEmissiveFactor {
  45. get {
  46. string ret = NativeMethods.FbxSurfaceMaterial_sEmissiveFactor_get();
  47. return ret;
  48. }
  49. }
  50. public static string sAmbient {
  51. get {
  52. string ret = NativeMethods.FbxSurfaceMaterial_sAmbient_get();
  53. return ret;
  54. }
  55. }
  56. public static string sAmbientFactor {
  57. get {
  58. string ret = NativeMethods.FbxSurfaceMaterial_sAmbientFactor_get();
  59. return ret;
  60. }
  61. }
  62. public static string sDiffuse {
  63. get {
  64. string ret = NativeMethods.FbxSurfaceMaterial_sDiffuse_get();
  65. return ret;
  66. }
  67. }
  68. public static string sDiffuseFactor {
  69. get {
  70. string ret = NativeMethods.FbxSurfaceMaterial_sDiffuseFactor_get();
  71. return ret;
  72. }
  73. }
  74. public static string sSpecular {
  75. get {
  76. string ret = NativeMethods.FbxSurfaceMaterial_sSpecular_get();
  77. return ret;
  78. }
  79. }
  80. public static string sSpecularFactor {
  81. get {
  82. string ret = NativeMethods.FbxSurfaceMaterial_sSpecularFactor_get();
  83. return ret;
  84. }
  85. }
  86. public static string sShininess {
  87. get {
  88. string ret = NativeMethods.FbxSurfaceMaterial_sShininess_get();
  89. return ret;
  90. }
  91. }
  92. public static string sBump {
  93. get {
  94. string ret = NativeMethods.FbxSurfaceMaterial_sBump_get();
  95. return ret;
  96. }
  97. }
  98. public static string sNormalMap {
  99. get {
  100. string ret = NativeMethods.FbxSurfaceMaterial_sNormalMap_get();
  101. return ret;
  102. }
  103. }
  104. public static string sBumpFactor {
  105. get {
  106. string ret = NativeMethods.FbxSurfaceMaterial_sBumpFactor_get();
  107. return ret;
  108. }
  109. }
  110. public static string sTransparentColor {
  111. get {
  112. string ret = NativeMethods.FbxSurfaceMaterial_sTransparentColor_get();
  113. return ret;
  114. }
  115. }
  116. public static string sTransparencyFactor {
  117. get {
  118. string ret = NativeMethods.FbxSurfaceMaterial_sTransparencyFactor_get();
  119. return ret;
  120. }
  121. }
  122. public static string sReflection {
  123. get {
  124. string ret = NativeMethods.FbxSurfaceMaterial_sReflection_get();
  125. return ret;
  126. }
  127. }
  128. public static string sReflectionFactor {
  129. get {
  130. string ret = NativeMethods.FbxSurfaceMaterial_sReflectionFactor_get();
  131. return ret;
  132. }
  133. }
  134. public static string sDisplacementColor {
  135. get {
  136. string ret = NativeMethods.FbxSurfaceMaterial_sDisplacementColor_get();
  137. return ret;
  138. }
  139. }
  140. public static string sDisplacementFactor {
  141. get {
  142. string ret = NativeMethods.FbxSurfaceMaterial_sDisplacementFactor_get();
  143. return ret;
  144. }
  145. }
  146. public static string sVectorDisplacementColor {
  147. get {
  148. string ret = NativeMethods.FbxSurfaceMaterial_sVectorDisplacementColor_get();
  149. return ret;
  150. }
  151. }
  152. public static string sVectorDisplacementFactor {
  153. get {
  154. string ret = NativeMethods.FbxSurfaceMaterial_sVectorDisplacementFactor_get();
  155. return ret;
  156. }
  157. }
  158. public FbxPropertyString ShadingModel {
  159. get {
  160. FbxPropertyString ret = new FbxPropertyString(NativeMethods.FbxSurfaceMaterial_ShadingModel_get(swigCPtr), false);
  161. if (NativeMethods.SWIGPendingException.Pending) throw NativeMethods.SWIGPendingException.Retrieve();
  162. return ret;
  163. }
  164. }
  165. public FbxPropertyBool MultiLayer {
  166. get {
  167. FbxPropertyBool ret = new FbxPropertyBool(NativeMethods.FbxSurfaceMaterial_MultiLayer_get(swigCPtr), false);
  168. if (NativeMethods.SWIGPendingException.Pending) throw NativeMethods.SWIGPendingException.Retrieve();
  169. return ret;
  170. }
  171. }
  172. public static bool sMultiLayerDefault {
  173. get {
  174. bool ret = NativeMethods.FbxSurfaceMaterial_sMultiLayerDefault_get();
  175. return ret;
  176. }
  177. }
  178. public static string sShadingModelDefault {
  179. get {
  180. string ret = NativeMethods.FbxSurfaceMaterial_sShadingModelDefault_get();
  181. return ret;
  182. }
  183. }
  184. public override int GetHashCode(){
  185. return swigCPtr.Handle.GetHashCode();
  186. }
  187. public bool Equals(FbxSurfaceMaterial other) {
  188. if (object.ReferenceEquals(other, null)) { return false; }
  189. return this.swigCPtr.Handle.Equals (other.swigCPtr.Handle);
  190. }
  191. public override bool Equals(object obj){
  192. if (object.ReferenceEquals(obj, null)) { return false; }
  193. /* is obj a subclass of this type; if so use our Equals */
  194. var typed = obj as FbxSurfaceMaterial;
  195. if (!object.ReferenceEquals(typed, null)) {
  196. return this.Equals(typed);
  197. }
  198. /* are we a subclass of the other type; if so use their Equals */
  199. if (typeof(FbxSurfaceMaterial).IsSubclassOf(obj.GetType())) {
  200. return obj.Equals(this);
  201. }
  202. /* types are unrelated; can't be a match */
  203. return false;
  204. }
  205. public static bool operator == (FbxSurfaceMaterial a, FbxSurfaceMaterial b) {
  206. if (object.ReferenceEquals(a, b)) { return true; }
  207. if (object.ReferenceEquals(a, null) || object.ReferenceEquals(b, null)) { return false; }
  208. return a.Equals(b);
  209. }
  210. public static bool operator != (FbxSurfaceMaterial a, FbxSurfaceMaterial b) {
  211. return !(a == b);
  212. }
  213. }
  214. }