Show / Hide Table of Contents

Struct SpriteGeometryCollection

Sprite Geometry Collection

Inherited Members
System.ValueType.Equals(System.Object)
System.ValueType.GetHashCode()
System.ValueType.ToString()
System.Object.Equals(System.Object, System.Object)
System.Object.GetType()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: UE4.Paper2D
Assembly: UE4DotNet.dll
Syntax
public struct SpriteGeometryCollection

Fields

| Improve this Doc View Source

AlphaThreshold

Declaration
public float AlphaThreshold
Field Value
Type Description
System.Single
| Improve this Doc View Source

bAvoidVertexMerging

Declaration
public bool bAvoidVertexMerging
Field Value
Type Description
System.Boolean
| Improve this Doc View Source

DetailAmount

Declaration
public float DetailAmount
Field Value
Type Description
System.Single
| Improve this Doc View Source

GeometryType

Declaration
public byte GeometryType
Field Value
Type Description
System.Byte
| Improve this Doc View Source

PixelsPerSubdivisionX

Declaration
public int PixelsPerSubdivisionX
Field Value
Type Description
System.Int32
| Improve this Doc View Source

PixelsPerSubdivisionY

Declaration
public int PixelsPerSubdivisionY
Field Value
Type Description
System.Int32
| Improve this Doc View Source

SimplifyEpsilon

Declaration
public float SimplifyEpsilon
Field Value
Type Description
System.Single
  • Improve this Doc
  • View Source
Back to top Generated by DocFX