Show / Hide Table of Contents

Class NewsArticleDocument

A Document that repesents a NewsItem in-game.

Inheritance
System.Object
Document
NewsArticleDocument
Inherited Members
Document.miniView
Document.fullView
Document.IsDragable
Document.isActive
Document.isKeeping
Document.Initialize(DocMiniUI, DocFullUI)
Document.OnBeginDrag(PointerEventData, DocumentUI)
Document.OnDrag(PointerEventData, DocumentUI)
Document.OnEndDrag(PointerEventData, DocumentUI)
Document.OnPointerClick(PointerEventData, DocumentUI)
Document.OnPointerDown(PointerEventData, DocumentUI)
Document.OnPointerUp(PointerEventData, DocumentUI)
Document.Select()
Document.Deselect()
Document.Table(Vector2)
Document.Submit()
Document.Keep()
Document.GetPosition()
Document.GetDocumentVisibility()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: GDA.GameDocuments
Assembly: Assembly-CSharp.dll
Syntax
public class NewsArticleDocument : Document

Constructors

NewsArticleDocument(DocMiniUI, NewsArticleFullUI)

Declaration
public NewsArticleDocument(DocMiniUI miniView, NewsArticleFullUI fullview)
Parameters
Type Name Description
DocMiniUI miniView
NewsArticleFullUI fullview

Properties

isSubmittable

Declaration
public override bool isSubmittable { get; }
Property Value
Type Description
System.Boolean

Always returns false as document is not Submittable.

Overrides
Document.isSubmittable

Methods

LoadNewsArticle(NewsItem)

Loads the NewsItem to display.

Declaration
public void LoadNewsArticle(NewsItem news)
Parameters
Type Name Description
NewsItem news

NewsItem to display.

In This Article
Back to top Generated by DocFX