Search Results for

    Show / Hide Table of Contents

    Class PostprocessableMap.Slot

    A simplified slot containing the transform for the slot and the prefab that should be placed here.

    The transform is a combination of the slot's position and the module's custom transform (rotation and whether it's flipped)

    Inheritance
    System.Object
    PostprocessableMap.Slot
    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.Postprocessing
    Syntax
    public class Slot

    Fields

    flipIndices

    Declaration
    public bool flipIndices
    Field Value
    Type Description
    System.Boolean

    halfLoops

    Declaration
    public FaceData<PostprocessableMap.SlotHalfLoop> halfLoops
    Field Value
    Type Description
    FaceData<PostprocessableMap.SlotHalfLoop>

    mesh

    Declaration
    public ModuleMesh mesh
    Field Value
    Type Description
    ModuleMesh

    moduleName

    Declaration
    public string moduleName
    Field Value
    Type Description
    System.String

    normalWarper

    Declaration
    public NormalWarper normalWarper
    Field Value
    Type Description
    NormalWarper

    prefab

    Declaration
    public GameObject prefab
    Field Value
    Type Description
    GameObject

    sourceVoxels

    Declaration
    public Slot.SourceVoxels sourceVoxels
    Field Value
    Type Description
    Slot.SourceVoxels

    v000

    Declaration
    public Vector3 v000
    Field Value
    Type Description
    Vector3

    v001

    Declaration
    public Vector3 v001
    Field Value
    Type Description
    Vector3

    v010

    Declaration
    public Vector3 v010
    Field Value
    Type Description
    Vector3

    v011

    Declaration
    public Vector3 v011
    Field Value
    Type Description
    Vector3

    v100

    Declaration
    public Vector3 v100
    Field Value
    Type Description
    Vector3

    v101

    Declaration
    public Vector3 v101
    Field Value
    Type Description
    Vector3

    v110

    Declaration
    public Vector3 v110
    Field Value
    Type Description
    Vector3

    v111

    Declaration
    public Vector3 v111
    Field Value
    Type Description
    Vector3
    In This Article
    Generated by DocFX Wildtile Documentation