Show / Hide Table of Contents

Struct TextureSource

Texture source data management.

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.Engine
Assembly: UE4DotNet.dll
Syntax
public struct TextureSource

Fields

| Improve this Doc View Source

bGuidIsHash

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

bPNGCompressed

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

Format

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

NumMips

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

NumSlices

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

SizeX

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

SizeY

Declaration
public int SizeY
Field Value
Type Description
System.Int32
  • Improve this Doc
  • View Source
Back to top Generated by DocFX