Click or drag to resize

SmoothCollectionChangesFormatter Class

Smoothes adding item to a collection. Most commonly used to avoid creating multiple game objects in the same frame.
Inheritance Hierarchy
SystemObject
  UnityEngineObject
    UnityEngineComponent
      UnityEngineBehaviour
        UnityEngineMonoBehaviour
          Slash.Unity.DataBind.Core.PresentationDataBindingOperator
            Slash.Unity.DataBind.Core.PresentationDataProvider
              Slash.Unity.DataBind.Foundation.Providers.FormattersSmoothCollectionChangesFormatter

Namespace:  Slash.Unity.DataBind.Foundation.Providers.Formatters
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
public class SmoothCollectionChangesFormatter : DataProvider

The SmoothCollectionChangesFormatter type exposes the following members.

Constructors
  NameDescription
Public methodSmoothCollectionChangesFormatter
Initializes a new instance of the SmoothCollectionChangesFormatter class
Top
Properties
Methods
Fields
  NameDescription
Public fieldCollection
Collection to smooth.
Public fieldInterval
Interval between two items to be added, in seconds.
Top
See Also