Namespace GDA.GameDocuments
Classes
Document
Class representing a document in-game. Internally holds a DocMiniUI and a DocFullUI as two representations of the same document.
DocumentSection
Abstract class for implementing a section in a Document. Different Document Sections can be put together in a MultiPageDocumentUI.
MaterialsSection
DocumentSection that shows the productMakeup of a product.
NewsArticleDocument
ProductSummarySection
DocumentSection displaying a summary of a Product in relation to its containing Proposal
ProposalDocument
A Document that displays some set of information from a Proposal, customizable through the MultiPageDocumentUI gameobject.
ProposalSummarySection
Special DocumentSection displaying the summary of a Proposal, including its approval status. Also contains the methods for accepting/rejecting the proposal.
SpecsSection
DocumentSection for loading the productProperties of a Product in a Proposal.