Class FbxSurfaceLambert
Inheritance
System.Object
FbxSurfaceLambert
Syntax
public class FbxSurfaceLambert : FbxSurfaceMaterial, IDisposable, IEquatable<FbxEmitter>
Properties
Ambient
Declaration
public FbxPropertyDouble3 Ambient { get; }
Property Value
AmbientFactor
Declaration
public FbxPropertyDouble AmbientFactor { get; }
Property Value
Bump
Declaration
public FbxPropertyDouble3 Bump { get; }
Property Value
BumpFactor
Declaration
public FbxPropertyDouble BumpFactor { get; }
Property Value
Diffuse
Declaration
public FbxPropertyDouble3 Diffuse { get; }
Property Value
DiffuseFactor
Declaration
public FbxPropertyDouble DiffuseFactor { get; }
Property Value
DisplacementColor
Declaration
public FbxPropertyDouble3 DisplacementColor { get; }
Property Value
DisplacementFactor
Declaration
public FbxPropertyDouble DisplacementFactor { get; }
Property Value
Emissive
Declaration
public FbxPropertyDouble3 Emissive { get; }
Property Value
EmissiveFactor
Declaration
public FbxPropertyDouble EmissiveFactor { get; }
Property Value
NormalMap
Declaration
public FbxPropertyDouble3 NormalMap { get; }
Property Value
TransparencyFactor
Declaration
public FbxPropertyDouble TransparencyFactor { get; }
Property Value
TransparentColor
Declaration
public FbxPropertyDouble3 TransparentColor { get; }
Property Value
VectorDisplacementColor
Declaration
public FbxPropertyDouble3 VectorDisplacementColor { get; }
Property Value
VectorDisplacementFactor
Declaration
public FbxPropertyDouble VectorDisplacementFactor { get; }
Property Value
Methods
Create(FbxManager, String)
Declaration
public static FbxSurfaceLambert Create(FbxManager pManager, string pName)
Parameters
Type |
Name |
Description |
FbxManager |
pManager |
|
System.String |
pName |
|
Returns
Create(FbxObject, String)
Declaration
public static FbxSurfaceLambert Create(FbxObject pContainer, string pName)
Parameters
Type |
Name |
Description |
FbxObject |
pContainer |
|
System.String |
pName |
|
Returns
Equals(FbxSurfaceLambert)
Declaration
public bool Equals(FbxSurfaceLambert 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(FbxSurfaceLambert, FbxSurfaceLambert)
Declaration
public static bool operator ==(FbxSurfaceLambert a, FbxSurfaceLambert b)
Parameters
Returns
Type |
Description |
System.Boolean |
|
Inequality(FbxSurfaceLambert, FbxSurfaceLambert)
Declaration
public static bool operator !=(FbxSurfaceLambert a, FbxSurfaceLambert b)
Parameters
Returns
Type |
Description |
System.Boolean |
|