Click or drag to resize

BaseParamsWithPrefabAndLazyDataTData Class

Inheritance Hierarchy
SystemObject
  Com.ForbiddenByte.OSA.CoreBaseParams
    Com.ForbiddenByte.OSA.CustomParamsBaseParamsWithPrefab
      Com.ForbiddenByte.OSA.CustomParamsBaseParamsWithPrefabAndLazyDataTData

Namespace:  Com.ForbiddenByte.OSA.CustomParams
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
C#
[SerializableAttribute]
public abstract class BaseParamsWithPrefabAndLazyData<TData> : BaseParamsWithPrefab

Type Parameters

TData
The model type to be used

The BaseParamsWithPrefabAndLazyDataTData type exposes the following members.

Constructors
Properties
  NameDescription
Public propertyData
Public propertyNewModelCreator
Top
Methods
  NameDescription
Public methodInitIfNeeded
Called internally in Init and every time the scrollview's size changes. This makes sure the content and viewport have valid values. It can also be overridden to initialize custom data
(Overrides BaseParamsWithPrefabInitIfNeeded(IOSA).)
Top
Version Information

Optimized ScrollView Adapter

Supported in: 4.1
See Also