Show / Hide Table of Contents

Class SourceTextureInformation

Inheritance
Object
SourceTextureInformation
Inherited Members
Object.ToString()
Object.Equals(Object)
Object.Equals(Object, Object)
Object.ReferenceEquals(Object, Object)
Object.GetHashCode()
Object.GetType()
Object.MemberwiseClone()
Namespace: UnityEditor.Experimental.AssetImporters
Assembly: UnityEditor.dll
Syntax
public class SourceTextureInformation

Properties

| Improve this Doc View Source

containsAlpha

Declaration
public bool containsAlpha { get; set; }
Property Value
Type Description
Boolean
| Improve this Doc View Source

hdr

Declaration
public bool hdr { get; set; }
Property Value
Type Description
Boolean
| Improve this Doc View Source

height

Declaration
public int height { get; set; }
Property Value
Type Description
Int32
| Improve this Doc View Source

width

Declaration
public int width { get; set; }
Property Value
Type Description
Int32

Extension Methods

MustExtensions.MustBeEqual<T>(T, T)
MustExtensions.MustBeEqual<T>(T, T, String)
MustExtensions.MustNotBeEqual<T>(T, T)
MustExtensions.MustNotBeEqual<T>(T, T, String)
MustExtensions.MustBeNull<T>(T)
MustExtensions.MustBeNull<T>(T, String)
MustExtensions.MustNotBeNull<T>(T)
MustExtensions.MustNotBeNull<T>(T, String)
  • Improve this Doc
  • View Source
Back to top Generated by DocFX