• 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 XEffectInstance

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

    Properties

    | Edit this page View Source

    EffectFilename

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

    FloatParameters

    Declaration
    public List<Tuple<string, float[]>> FloatParameters { get; }
    Property Value
    Type Description
    List<Tuple<string, float[]>>
    | Edit this page View Source

    IntegerParameters

    Declaration
    public List<Tuple<string, int>> IntegerParameters { get; }
    Property Value
    Type Description
    List<Tuple<string, int>>
    | Edit this page View Source

    Name

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

    StringParameters

    Declaration
    public List<Tuple<string, string>> StringParameters { get; }
    Property Value
    Type Description
    List<Tuple<string, string>>
    • Edit this page
    • View Source
    In this article
    Back to top Copyright (c) 2020-2022 Jérémy Ansel