Romestead Assembly Reference

Candide.Toolkit.ValueInterpolater

Type JSON

public class in Candide.Toolkit

Methods3
Properties0
Fields1
Events0
Type metadata
  • AssemblyRomestead
  • NamespaceCandide.Toolkit
  • Base typeSystem.Object
  • HashA9BE38F952465F3940884BF235ECD6817561533341566829987655BB2702B3CF

Relationships

Base type

System.Object

Fields

NameVisibilitySignature
Listprivateprivate System.Collections.Generic.List<Candide.Toolkit.IInterpolater> List

Methods

StartDiff

public System.Void StartDiff<T>(Candide.Toolkit.AutoInterpolater<T> setter, System.Double start, System.Double diff, System.Double time, Candide.Toolkit.InterpolateFunctions function)

Method metadata
  • Visibilitypublic
  • Return typeSystem.Void
  • StaticTrue
  • VirtualFalse
  • Hash91ACBB12BF6C461BC16154613A8932969C07C42C0CAB5AB7AE4B4CB4C280B7FD
  • Body hashD9D9DF14E972E2DB9353D4C6FF5E5FBA2033DEFF52E2CE49151EA94CCE6BC4B6
  • IL size29
Referenced calls
  • Candide.Toolkit.InterpolaterStruct<T>::.ctor(Candide.Toolkit.AutoInterpolater<T>, System.Double, System.Double, System.Double, Candide.Toolkit.InterpolateFunctions)
  • System.Collections.Generic.List<Candide.Toolkit.IInterpolater>::Add(!0)

StartEnd

public System.Void StartEnd<T>(Candide.Toolkit.AutoInterpolater<T> setter, System.Double start, System.Double end, System.Double time, Candide.Toolkit.InterpolateFunctions function)

Method metadata
  • Visibilitypublic
  • Return typeSystem.Void
  • StaticTrue
  • VirtualFalse
  • Hash893BFA2C43F6CE0C82FEA6034F64444EDF829D77385D3B519E50128282E59C2D
  • Body hash2BAB4305ECCB38F092E8D533DF98E431C02963BFB40A1816AFF0114872060D36
  • IL size27
Referenced calls
  • Candide.Toolkit.InterpolaterStruct<T>::.ctor(Candide.Toolkit.AutoInterpolater<T>, System.Double, System.Double, System.Double, Candide.Toolkit.InterpolateFunctions)
  • System.Collections.Generic.List<Candide.Toolkit.IInterpolater>::Add(!0)

Update

public System.Void Update(Microsoft.Xna.Framework.GameTime gt)

Method metadata
  • Visibilitypublic
  • Return typeSystem.Void
  • StaticTrue
  • VirtualFalse
  • HashF65D1602129C7ABF9A10C9BA82E89E872596BE3C32105260AE16F78A833F5281
  • Body hashCA742A14BDE68993E4F68E44AF8E17F628F6DB0C3AB75187825F4D14A474ADA4
  • IL size109
Referenced calls
  • Microsoft.Xna.Framework.GameTime::get_ElapsedGameTime()
  • System.TimeSpan::get_TotalSeconds()
  • System.Collections.Generic.List<Candide.Toolkit.IInterpolater>::GetEnumerator()
  • List.Enumerator<Candide.Toolkit.IInterpolater>::get_Current()
  • Candide.Toolkit.IInterpolater::Interpolate(System.Double)
  • List.Enumerator<Candide.Toolkit.IInterpolater>::MoveNext()
  • System.IDisposable::Dispose()
  • ValueInterpolater.<>c::<Update>b__1_0(Candide.Toolkit.IInterpolater)
  • System.Predicate<Candide.Toolkit.IInterpolater>::.ctor(System.Object, System.IntPtr)
  • System.Collections.Generic.List<Candide.Toolkit.IInterpolater>::RemoveAll(System.Predicate<!0>)