Click or drag to resize

ExpandableModel Class

A model representing an expandable item, including an expanded view-state-related property to keep track of whether it's expanded or not. It also includes an imageURL to be loaded into the view
Inheritance Hierarchy
SystemObject
  Com.ForbiddenByte.OSA.Demos.MultiplePrefabs.ModelsBaseModel
    Com.ForbiddenByte.OSA.Demos.MultiplePrefabs.ModelsExpandableModel

Namespace:  Com.ForbiddenByte.OSA.Demos.MultiplePrefabs.Models
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
C#
public class ExpandableModel : BaseModel

The ExpandableModel type exposes the following members.

Constructors
  NameDescription
Public methodExpandableModel
Top
Fields
  NameDescription
Public fieldexpanded
It's very convenient to place this here instead of using an array of bools for all models
Public fieldimageURL
Public fieldnonExpandedSize
Top
Version Information

Optimized ScrollView Adapter

Supported in: 4.3
See Also