Show / Hide Table of Contents

Struct UILineInfo

Inherited Members
ValueType.Equals(Object)
ValueType.GetHashCode()
ValueType.ToString()
Object.Equals(Object, Object)
Object.ReferenceEquals(Object, Object)
Object.GetType()
Namespace: UnityEngine
Assembly: UnityEngine.dll
Syntax
public struct UILineInfo

Fields

| Improve this Doc View Source

height

Declaration
public int height
Field Value
Type Description
Int32
| Improve this Doc View Source

leading

Declaration
public float leading
Field Value
Type Description
Single
| Improve this Doc View Source

startCharIdx

Declaration
public int startCharIdx
Field Value
Type Description
Int32
| Improve this Doc View Source

topY

Declaration
public float topY
Field Value
Type Description
Single

Extension Methods

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