Search Results for

    Show / Hide Table of Contents

    Class Section

    Section of effect.

    Inheritance
    object
    Section
    PassSection
    ResourceLayoutSection
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Evergine.Framework.Graphics.Effects.Analyzer
    Assembly: Evergine.Framework.dll
    Syntax
    public class Section

    Constructors

    Section()

    Initializes a new instance of the Section class.

    Declaration
    public Section()

    Fields

    RawLines

    The raw lines.

    Declaration
    public List<LineInfo> RawLines
    Field Value
    Type Description
    List<LineInfo>

    Extension Methods

    ReflectionHelper.GetMemberAssembly(object)
    ReflectionHelper.GetTypeName(object)
    In This Article
    Back to top
    Generated by DocFX