TMtxComponent Class

ComponentTMtxComponent

public class TMtxComponent : Component

Properties

NameTypeDescription
BlockAssignBooleanBlock streaming of specific properties when storing only a "template".
EditorActiveBooleanReturns True, if the component editor is displayed.
ReferenceTReferenceListStores a list of components that have to be notified, when this component is destroyed.

Methods

NameDescription
AllowStreamingReturns the negatated value of BlockAssign.
AssignAssign values of all published properties from Source.
AssignTemplateAssign values of "template-like" published properties from Source.
EditorClassTo be overriden in descendanr classses.
LoadFromStreamLoad the component from Src stream.
LoadTemplateFromFileLoad a template from file.
LoadTemplateFromStreamLoad a template from stream.
ResetReset is called after loading the data from stream or file.
SaveTemplateToFileSave template to file.
SaveTemplateToStreamSave template to stream.
SaveToStreamSave the component to Dst stream.