• Api Documentation
  • Source Code
Search Results for

    Show / Hide Table of Contents
    • JeremyAnsel.Media.DirectXFile
      • XAnimation
      • XAnimationKey
      • XAnimationKeyType
      • XAnimationSet
      • XColorRgb
      • XColorRgba
      • XCoords2d
      • XEffectInstance
      • XFile
      • XFormat
      • XFrame
      • XFrameCamera
      • XMaterial
      • XMatrix4x4
      • XMesh
      • XSkinWeights
      • XVector
      • XVertexElement
      • XVertexElementDataType
      • XVertexElementMethod
      • XVertexElementUsage

    Class XMaterial

    Inheritance
    object
    XMaterial
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.ReferenceEquals(object, object)
    Namespace: JeremyAnsel.Media.DirectXFile
    Assembly: JeremyAnsel.Media.DirectXFile.dll
    Syntax
    public sealed class XMaterial

    Properties

    | Edit this page View Source

    EffectInstance

    Declaration
    public XEffectInstance? EffectInstance { get; set; }
    Property Value
    Type Description
    XEffectInstance
    | Edit this page View Source

    EmissiveColor

    Declaration
    public XColorRgb? EmissiveColor { get; set; }
    Property Value
    Type Description
    XColorRgb
    | Edit this page View Source

    FaceColor

    Declaration
    public XColorRgba? FaceColor { get; set; }
    Property Value
    Type Description
    XColorRgba
    | Edit this page View Source

    Filename

    Declaration
    public string? Filename { get; set; }
    Property Value
    Type Description
    string
    | Edit this page View Source

    IsReference

    Declaration
    public bool IsReference { get; set; }
    Property Value
    Type Description
    bool
    | Edit this page View Source

    Name

    Declaration
    public string Name { get; set; }
    Property Value
    Type Description
    string
    | Edit this page View Source

    Power

    Declaration
    public float Power { get; set; }
    Property Value
    Type Description
    float
    | Edit this page View Source

    SpecularColor

    Declaration
    public XColorRgb? SpecularColor { get; set; }
    Property Value
    Type Description
    XColorRgb

    Methods

    | Edit this page View Source

    ToString()

    Returns a string that represents the current object.

    Declaration
    public override string ToString()
    Returns
    Type Description
    string

    A string that represents the current object.

    Overrides
    object.ToString()
    • Edit this page
    • View Source
    In this article
    Back to top Copyright (c) 2020-2022 Jérémy Ansel