docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Class FbxSurfacePhong

    Inheritance
    object
    FbxEmitter
    FbxObject
    FbxSurfaceMaterial
    FbxSurfaceLambert
    FbxSurfacePhong
    Implements
    IDisposable
    IEquatable<FbxEmitter>
    Inherited Members
    FbxSurfaceLambert.Emissive
    FbxSurfaceLambert.EmissiveFactor
    FbxSurfaceLambert.Ambient
    FbxSurfaceLambert.AmbientFactor
    FbxSurfaceLambert.Diffuse
    FbxSurfaceLambert.DiffuseFactor
    FbxSurfaceLambert.NormalMap
    FbxSurfaceLambert.Bump
    FbxSurfaceLambert.BumpFactor
    FbxSurfaceLambert.TransparentColor
    FbxSurfaceLambert.TransparencyFactor
    FbxSurfaceLambert.DisplacementColor
    FbxSurfaceLambert.DisplacementFactor
    FbxSurfaceLambert.VectorDisplacementColor
    FbxSurfaceLambert.VectorDisplacementFactor
    FbxSurfaceLambert.Equals(FbxSurfaceLambert)
    FbxSurfaceMaterial.sShadingModel
    FbxSurfaceMaterial.sMultiLayer
    FbxSurfaceMaterial.sEmissive
    FbxSurfaceMaterial.sEmissiveFactor
    FbxSurfaceMaterial.sAmbient
    FbxSurfaceMaterial.sAmbientFactor
    FbxSurfaceMaterial.sDiffuse
    FbxSurfaceMaterial.sDiffuseFactor
    FbxSurfaceMaterial.sSpecular
    FbxSurfaceMaterial.sSpecularFactor
    FbxSurfaceMaterial.sShininess
    FbxSurfaceMaterial.sBump
    FbxSurfaceMaterial.sNormalMap
    FbxSurfaceMaterial.sBumpFactor
    FbxSurfaceMaterial.sTransparentColor
    FbxSurfaceMaterial.sTransparencyFactor
    FbxSurfaceMaterial.sReflection
    FbxSurfaceMaterial.sReflectionFactor
    FbxSurfaceMaterial.sDisplacementColor
    FbxSurfaceMaterial.sDisplacementFactor
    FbxSurfaceMaterial.sVectorDisplacementColor
    FbxSurfaceMaterial.sVectorDisplacementFactor
    FbxSurfaceMaterial.ShadingModel
    FbxSurfaceMaterial.MultiLayer
    FbxSurfaceMaterial.sMultiLayerDefault
    FbxSurfaceMaterial.sShadingModelDefault
    FbxSurfaceMaterial.Equals(FbxSurfaceMaterial)
    FbxObject.GetFbxManager()
    FbxObject.GetScene()
    FbxObject.Destroy(bool)
    FbxObject.Destroy()
    FbxObject.SetName(string)
    FbxObject.GetName()
    FbxObject.GetNameWithoutNameSpacePrefix()
    FbxObject.SetInitialName(string)
    FbxObject.GetInitialName()
    FbxObject.GetNameSpaceOnly()
    FbxObject.SetNameSpace(string)
    FbxObject.StripPrefix(string)
    FbxObject.GetSelected()
    FbxObject.SetSelected(bool)
    FbxObject.ConnectSrcObject(FbxObject, FbxConnection.EType)
    FbxObject.ConnectSrcObject(FbxObject)
    FbxObject.IsConnectedSrcObject(FbxObject)
    FbxObject.DisconnectSrcObject(FbxObject)
    FbxObject.GetSrcObjectCount()
    FbxObject.GetSrcObject(int)
    FbxObject.GetSrcObject()
    FbxObject.FindSrcObject(string, int)
    FbxObject.FindSrcObject(string)
    FbxObject.ConnectDstObject(FbxObject, FbxConnection.EType)
    FbxObject.ConnectDstObject(FbxObject)
    FbxObject.IsConnectedDstObject(FbxObject)
    FbxObject.DisconnectDstObject(FbxObject)
    FbxObject.GetDstObjectCount()
    FbxObject.GetDstObject(int)
    FbxObject.GetDstObject()
    FbxObject.FindDstObject(string, int)
    FbxObject.FindDstObject(string)
    FbxObject.GetFirstProperty()
    FbxObject.GetNextProperty(FbxProperty)
    FbxObject.FindProperty(string, bool)
    FbxObject.FindProperty(string)
    FbxObject.FindProperty(string, FbxDataType, bool)
    FbxObject.FindProperty(string, FbxDataType)
    FbxObject.FindPropertyHierarchical(string, bool)
    FbxObject.FindPropertyHierarchical(string)
    FbxObject.FindPropertyHierarchical(string, FbxDataType, bool)
    FbxObject.FindPropertyHierarchical(string, FbxDataType)
    FbxObject.GetClassRootProperty()
    FbxObject.ConnectSrcProperty(FbxProperty)
    FbxObject.IsConnectedSrcProperty(FbxProperty)
    FbxObject.DisconnectSrcProperty(FbxProperty)
    FbxObject.GetSrcPropertyCount()
    FbxObject.GetSrcProperty(int)
    FbxObject.GetSrcProperty()
    FbxObject.FindSrcProperty(string, int)
    FbxObject.FindSrcProperty(string)
    FbxObject.ConnectDstProperty(FbxProperty)
    FbxObject.IsConnectedDstProperty(FbxProperty)
    FbxObject.DisconnectDstProperty(FbxProperty)
    FbxObject.GetDstPropertyCount()
    FbxObject.GetDstProperty(int)
    FbxObject.GetDstProperty()
    FbxObject.FindDstProperty(string, int)
    FbxObject.FindDstProperty(string)
    FbxObject.AddImplementation(FbxImplementation)
    FbxObject.RemoveImplementation(FbxImplementation)
    FbxObject.HasDefaultImplementation()
    FbxObject.GetDefaultImplementation()
    FbxObject.SetDefaultImplementation(FbxImplementation)
    FbxObject.Equals(FbxObject)
    FbxObject.ToString()
    FbxEmitter.swigCPtr
    FbxEmitter.Dispose()
    FbxEmitter.Dispose(bool)
    FbxEmitter.Equals(FbxEmitter)
    object.Equals(object, object)
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    Namespace: Autodesk.Fbx
    Assembly: Autodesk.Fbx.dll
    Syntax
    public class FbxSurfacePhong : FbxSurfaceLambert, IDisposable, IEquatable<FbxEmitter>

    Properties

    Reflection

    Declaration
    public FbxPropertyDouble3 Reflection { get; }
    Property Value
    Type Description
    FbxPropertyDouble3

    ReflectionFactor

    Declaration
    public FbxPropertyDouble ReflectionFactor { get; }
    Property Value
    Type Description
    FbxPropertyDouble

    Shininess

    Declaration
    public FbxPropertyDouble Shininess { get; }
    Property Value
    Type Description
    FbxPropertyDouble

    Specular

    Declaration
    public FbxPropertyDouble3 Specular { get; }
    Property Value
    Type Description
    FbxPropertyDouble3

    SpecularFactor

    Declaration
    public FbxPropertyDouble SpecularFactor { get; }
    Property Value
    Type Description
    FbxPropertyDouble

    Methods

    Create(FbxManager, string)

    Declaration
    public static FbxSurfacePhong Create(FbxManager pManager, string pName)
    Parameters
    Type Name Description
    FbxManager pManager
    string pName
    Returns
    Type Description
    FbxSurfacePhong

    Create(FbxObject, string)

    Declaration
    public static FbxSurfacePhong Create(FbxObject pContainer, string pName)
    Parameters
    Type Name Description
    FbxObject pContainer
    string pName
    Returns
    Type Description
    FbxSurfacePhong

    Equals(FbxSurfacePhong)

    Declaration
    public bool Equals(FbxSurfacePhong other)
    Parameters
    Type Name Description
    FbxSurfacePhong other
    Returns
    Type Description
    bool

    Equals(object)

    Declaration
    public override bool Equals(object obj)
    Parameters
    Type Name Description
    object obj
    Returns
    Type Description
    bool
    Overrides
    FbxSurfaceLambert.Equals(object)

    GetHashCode()

    Declaration
    public override int GetHashCode()
    Returns
    Type Description
    int
    Overrides
    FbxSurfaceLambert.GetHashCode()

    Operators

    operator ==(FbxSurfacePhong, FbxSurfacePhong)

    Declaration
    public static bool operator ==(FbxSurfacePhong a, FbxSurfacePhong b)
    Parameters
    Type Name Description
    FbxSurfacePhong a
    FbxSurfacePhong b
    Returns
    Type Description
    bool

    operator !=(FbxSurfacePhong, FbxSurfacePhong)

    Declaration
    public static bool operator !=(FbxSurfacePhong a, FbxSurfacePhong b)
    Parameters
    Type Name Description
    FbxSurfacePhong a
    FbxSurfacePhong b
    Returns
    Type Description
    bool

    Implements

    IDisposable
    IEquatable<T>
    In This Article
    Back to top
    Copyright © 2025 Unity Technologies — Trademarks and terms of use
    • Legal
    • Privacy Policy
    • Cookie Policy
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)