Show / Hide Table of Contents

Struct TakeInfo

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

Fields

| Improve this Doc View Source

bakeStartTime

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

bakeStopTime

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

defaultClipName

Declaration
public string defaultClipName
Field Value
Type Description
String
| Improve this Doc View Source

name

Declaration
public string name
Field Value
Type Description
String
| Improve this Doc View Source

sampleRate

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

startTime

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

stopTime

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