Click or drag to resize

BaseParamsWithPrefabAndDataTData Class

If you don't need full control over the list data by storing it manually, and none of the DataHelpers are appropriate for your use case, you may derive your Params class from this. We encourage the use of the aforementioned methods, though, especially the DataHelpers, which were introduced in v4.1
Inheritance Hierarchy
SystemObject
  Com.ForbiddenByte.OSA.CoreBaseParams
    Com.ForbiddenByte.OSA.CustomParamsBaseParamsWithPrefab
      Com.ForbiddenByte.OSA.CustomParamsBaseParamsWithPrefabAndDataTData

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

Type Parameters

TData
The model type to be used

The BaseParamsWithPrefabAndDataTData type exposes the following members.

Constructors
Fields
  NameDescription
Public fieldData
Top
Version Information

Optimized ScrollView Adapter

Supported in: 4.1
See Also