Class FbxSurfaceMaterial
Inheritance
System.Object
FbxSurfaceMaterial
Syntax
public class FbxSurfaceMaterial : FbxObject, IDisposable, IEquatable<FbxEmitter>
Properties
MultiLayer
Declaration
public FbxPropertyBool MultiLayer { get; }
Property Value
sAmbient
Declaration
public static string sAmbient { get; }
Property Value
Type |
Description |
System.String |
|
sAmbientFactor
Declaration
public static string sAmbientFactor { get; }
Property Value
Type |
Description |
System.String |
|
sBump
Declaration
public static string sBump { get; }
Property Value
Type |
Description |
System.String |
|
sBumpFactor
Declaration
public static string sBumpFactor { get; }
Property Value
Type |
Description |
System.String |
|
sDiffuse
Declaration
public static string sDiffuse { get; }
Property Value
Type |
Description |
System.String |
|
sDiffuseFactor
Declaration
public static string sDiffuseFactor { get; }
Property Value
Type |
Description |
System.String |
|
sDisplacementColor
Declaration
public static string sDisplacementColor { get; }
Property Value
Type |
Description |
System.String |
|
sDisplacementFactor
Declaration
public static string sDisplacementFactor { get; }
Property Value
Type |
Description |
System.String |
|
sEmissive
Declaration
public static string sEmissive { get; }
Property Value
Type |
Description |
System.String |
|
sEmissiveFactor
Declaration
public static string sEmissiveFactor { get; }
Property Value
Type |
Description |
System.String |
|
ShadingModel
Declaration
public FbxPropertyString ShadingModel { get; }
Property Value
sMultiLayer
Declaration
public static string sMultiLayer { get; }
Property Value
Type |
Description |
System.String |
|
sMultiLayerDefault
Declaration
public static bool sMultiLayerDefault { get; }
Property Value
Type |
Description |
System.Boolean |
|
sNormalMap
Declaration
public static string sNormalMap { get; }
Property Value
Type |
Description |
System.String |
|
sReflection
Declaration
public static string sReflection { get; }
Property Value
Type |
Description |
System.String |
|
sReflectionFactor
Declaration
public static string sReflectionFactor { get; }
Property Value
Type |
Description |
System.String |
|
sShadingModel
Declaration
public static string sShadingModel { get; }
Property Value
Type |
Description |
System.String |
|
sShadingModelDefault
Declaration
public static string sShadingModelDefault { get; }
Property Value
Type |
Description |
System.String |
|
sShininess
Declaration
public static string sShininess { get; }
Property Value
Type |
Description |
System.String |
|
sSpecular
Declaration
public static string sSpecular { get; }
Property Value
Type |
Description |
System.String |
|
sSpecularFactor
Declaration
public static string sSpecularFactor { get; }
Property Value
Type |
Description |
System.String |
|
sTransparencyFactor
Declaration
public static string sTransparencyFactor { get; }
Property Value
Type |
Description |
System.String |
|
sTransparentColor
Declaration
public static string sTransparentColor { get; }
Property Value
Type |
Description |
System.String |
|
sVectorDisplacementColor
Declaration
public static string sVectorDisplacementColor { get; }
Property Value
Type |
Description |
System.String |
|
sVectorDisplacementFactor
Declaration
public static string sVectorDisplacementFactor { get; }
Property Value
Type |
Description |
System.String |
|
Methods
Create(FbxManager, String)
Declaration
public static FbxSurfaceMaterial Create(FbxManager pManager, string pName)
Parameters
Type |
Name |
Description |
FbxManager |
pManager |
|
System.String |
pName |
|
Returns
Create(FbxObject, String)
Declaration
public static FbxSurfaceMaterial Create(FbxObject pContainer, string pName)
Parameters
Type |
Name |
Description |
FbxObject |
pContainer |
|
System.String |
pName |
|
Returns
Equals(FbxSurfaceMaterial)
Declaration
public bool Equals(FbxSurfaceMaterial other)
Parameters
Returns
Type |
Description |
System.Boolean |
|
Equals(Object)
Declaration
public override bool Equals(object obj)
Parameters
Type |
Name |
Description |
System.Object |
obj |
|
Returns
Type |
Description |
System.Boolean |
|
Overrides
GetHashCode()
Declaration
public override int GetHashCode()
Returns
Type |
Description |
System.Int32 |
|
Overrides
Operators
Equality(FbxSurfaceMaterial, FbxSurfaceMaterial)
Declaration
public static bool operator ==(FbxSurfaceMaterial a, FbxSurfaceMaterial b)
Parameters
Returns
Type |
Description |
System.Boolean |
|
Inequality(FbxSurfaceMaterial, FbxSurfaceMaterial)
Declaration
public static bool operator !=(FbxSurfaceMaterial a, FbxSurfaceMaterial b)
Parameters
Returns
Type |
Description |
System.Boolean |
|