Show / Hide Table of Contents

Class TransformedModule

Inheritance
System.Object
TransformedModule
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: CarbideFunction.Wildtile
Syntax
[Serializable]
public class TransformedModule

Fields

isFlipped

Declaration
public bool isFlipped
Field Value
Type Description
System.Boolean

moduleIndex

Declaration
public int moduleIndex
Field Value
Type Description
System.Int32

selectionWeight

Declaration
public float selectionWeight
Field Value
Type Description
System.Single

yawIndex

Declaration
public int yawIndex
Field Value
Type Description
System.Int32

Methods

GetFaceHashes(Module, Boolean, Int32)

Declaration
public static FaceData<FaceHash> GetFaceHashes(Module module, bool isFlipped, int yawIndex)
Parameters
Type Name Description
Module module
System.Boolean isFlipped
System.Int32 yawIndex
Returns
Type Description
FaceData<FaceHash>

GetFaceHashes(IList<Module>)

Declaration
public FaceData<FaceHash> GetFaceHashes(IList<Module> modules)
Parameters
Type Name Description
System.Collections.Generic.IList<Module> modules
Returns
Type Description
FaceData<FaceHash>

GetHash()

Declaration
public int GetHash()
Returns
Type Description
System.Int32

GetUserFriendlyName(IList<Module>)

Declaration
public string GetUserFriendlyName(IList<Module> modules)
Parameters
Type Name Description
System.Collections.Generic.IList<Module> modules
Returns
Type Description
System.String
In This Article
Generated by DocFX Version: 3.2.1 - click to show/hide other versions