• Api Documentation
  • Source Code
Search Results for

    Show / Hide Table of Contents
    • JeremyAnsel.Xwa.OptTransform
      • OptTransformHelpers
      • OptTransformMissionModel
      • OptTransformModel
    • JeremyAnsel.Xwa.OptTransform.Wpf
      • OptProfileSelectorControl
      • OptProfileSelectorDialog
      • OptSkinItem

    Class OptTransformHelpers

    Inheritance
    object
    OptTransformHelpers
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: JeremyAnsel.Xwa.OptTransform
    Assembly: JeremyAnsel.Xwa.OptTransform.dll
    Syntax
    public static class OptTransformHelpers

    Methods

    | Edit this page View Source

    GetBaseOptFilename(string?)

    Declaration
    public static string GetBaseOptFilename(string? filename)
    Parameters
    Type Name Description
    string filename
    Returns
    Type Description
    string
    | Edit this page View Source

    GetObjectProfiles(IList<string>, string)

    Declaration
    public static List<int> GetObjectProfiles(IList<string> lines, string profileName)
    Parameters
    Type Name Description
    IList<string> lines
    string profileName
    Returns
    Type Description
    List<int>
    | Edit this page View Source

    GetObjectProfiles(string?)

    Declaration
    public static Dictionary<string, List<int>> GetObjectProfiles(string? filename)
    Parameters
    Type Name Description
    string filename
    Returns
    Type Description
    Dictionary<string, List<int>>
    | Edit this page View Source

    GetSkins(string?)

    Declaration
    public static List<string> GetSkins(string? filename)
    Parameters
    Type Name Description
    string filename
    Returns
    Type Description
    List<string>
    • Edit this page
    • View Source
    In this article
    Back to top Copyright (c) 2023 Jérémy Ansel