Class FbxSurfacePhong
Inheritance
System.Object
FbxSurfacePhong
Syntax
public class FbxSurfacePhong : FbxSurfaceLambert, IDisposable, IEquatable<FbxEmitter>
Properties
Reflection
Declaration
public FbxPropertyDouble3 Reflection { get; }
Property Value
ReflectionFactor
Declaration
public FbxPropertyDouble ReflectionFactor { get; }
Property Value
Shininess
Declaration
public FbxPropertyDouble Shininess { get; }
Property Value
Specular
Declaration
public FbxPropertyDouble3 Specular { get; }
Property Value
SpecularFactor
Declaration
public FbxPropertyDouble SpecularFactor { get; }
Property Value
Methods
Create(FbxManager, String)
Declaration
public static FbxSurfacePhong Create(FbxManager pManager, string pName)
Parameters
Type |
Name |
Description |
FbxManager |
pManager |
|
System.String |
pName |
|
Returns
Create(FbxObject, String)
Declaration
public static FbxSurfacePhong Create(FbxObject pContainer, string pName)
Parameters
Type |
Name |
Description |
FbxObject |
pContainer |
|
System.String |
pName |
|
Returns
Equals(FbxSurfacePhong)
Declaration
public bool Equals(FbxSurfacePhong 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(FbxSurfacePhong, FbxSurfacePhong)
Declaration
public static bool operator ==(FbxSurfacePhong a, FbxSurfacePhong b)
Parameters
Returns
Type |
Description |
System.Boolean |
|
Inequality(FbxSurfacePhong, FbxSurfacePhong)
Declaration
public static bool operator !=(FbxSurfacePhong a, FbxSurfacePhong b)
Parameters
Returns
Type |
Description |
System.Boolean |
|