Click or drag to resize

ChatSceneEntry Class

Hookup between the DrawerCommandPanel and the adapter to isolate example code from demo-ing and navigation code
Inheritance Hierarchy
SystemObject
  Object
    Component
      Behaviour
        MonoBehaviour
          Com.ForbiddenByte.OSA.Demos.Common.SceneEntriesSceneEntryChatExample, MyParams, ChatMessageViewsHolder
            Com.ForbiddenByte.OSA.Demos.ChatChatSceneEntry

Namespace:  Com.ForbiddenByte.OSA.Demos.Chat
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
C#
public class ChatSceneEntry : SceneEntry<ChatExample, MyParams, ChatMessageViewsHolder>

The ChatSceneEntry type exposes the following members.

Constructors
  NameDescription
Public methodChatSceneEntry
Top
Methods
  NameDescription
Protected methodInitDrawer (Overrides SceneEntryTAdapter, TParams, TViewsHolderInitDrawer.)
Protected methodOnAddItemRequested (Overrides SceneEntryTAdapter, TParams, TViewsHolderOnAddItemRequested(TAdapter, Int32).)
Protected methodOnAllAdaptersInitialized (Overrides SceneEntryTAdapter, TParams, TViewsHolderOnAllAdaptersInitialized.)
Protected methodOnItemCountChangeRequested (Overrides SceneEntryTAdapter, TParams, TViewsHolderOnItemCountChangeRequested(TAdapter, Int32).)
Top
Version Information

Optimized ScrollView Adapter

Supported in: 4.1
See Also