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

    Inheritance
    object
    OptTransformModel
    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 OptTransformModel

    Methods

    | Edit this page View Source

    GetTransformedOpt(OptFile?, int, List<int>, List<string>, bool)

    Declaration
    public static OptFile GetTransformedOpt(OptFile? optFile, int version, List<int> objectProfile, List<string> skins, bool flipPixels = true)
    Parameters
    Type Name Description
    OptFile optFile
    int version
    List<int> objectProfile
    List<string> skins
    bool flipPixels
    Returns
    Type Description
    OptFile
    | Edit this page View Source

    GetTransformedOpt(OptFile?, int, string, List<string>, bool)

    Declaration
    public static OptFile GetTransformedOpt(OptFile? optFile, int version, string objectProfileName, List<string> skins, bool flipPixels = true)
    Parameters
    Type Name Description
    OptFile optFile
    int version
    string objectProfileName
    List<string> skins
    bool flipPixels
    Returns
    Type Description
    OptFile
    • Edit this page
    • View Source
    In this article
    Back to top Copyright (c) 2023 Jérémy Ansel