Show / Hide Table of Contents

Struct GradientColorKey

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 GradientColorKey

Constructors

| Improve this Doc View Source

GradientColorKey(Color, Single)

Declaration
public GradientColorKey(Color col, float time)
Parameters
Type Name Description
Color col
Single time

Fields

| Improve this Doc View Source

color

Declaration
public Color color
Field Value
Type Description
Color
| Improve this Doc View Source

time

Declaration
public float time
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