Click or drag to resize

BaseModel Class

Base class for the 2 models used in the MultiplePrefabsExample scene. Contains a title as the only data field and some other fields for the view state
Inheritance Hierarchy

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

The BaseModel type exposes the following members.

Constructors
  NameDescription
Public methodBaseModel
Top
Properties
  NameDescription
Public propertyCachedType
Assigned in the constructor. It's related to the visual state and not a data field per-se, but the gains in performance are huge if it's declared here, compared to being managed in a separate array or class
Top
Fields
  NameDescription
Public fieldid
Top
Version Information

Optimized ScrollView Adapter

Supported in: 4.1
See Also