Show / Hide Table of Contents

Struct RangeInt

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 RangeInt

Constructors

| Improve this Doc View Source

RangeInt(Int32, Int32)

Declaration
public RangeInt(int start, int length)
Parameters
Type Name Description
Int32 start
Int32 length

Fields

| Improve this Doc View Source

length

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

start

Declaration
public int start
Field Value
Type Description
Int32

Properties

| Improve this Doc View Source

end

Declaration
public int end { get; }
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)
  • Improve this Doc
  • View Source
Back to top Generated by DocFX