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
Name Description
Public method BaseModel
Top
Properties
Name Description
Public property CachedType
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
Name Description
Public field id
Top
Version Information

Optimized ScrollView Adapter

Supported in: 4.3
See Also