ScoreFlashBase MembersScoreFlash API Documentation V4.6.0

The ScoreFlashBase type exposes the following members.
Methods

  NameDescription
Public methodCreateDesignerMessage
Creates a ScoreMessage to be used in the designer.
Public methodOnSceneViewGUI
Used internally.
Public methodUpgradeCheck
Performs a couple of checks to ensure that everything is set up correctly after an upgrade to a new version.
Back to Top
Fields

  NameDescription
Public fieldStatic memberBUILT
The build date of this version: 2014-12-27
Public fieldtooltips
Text asset with tooltips for the custom inspector.
Public fieldversion
Keeps the version of this instance of ScoreFlash*.
Public fieldStatic memberVERSION
The current version of ScoreFlash: 4.6.1
Back to Top
Properties

  NameDescription
Public propertyDefaultScoreFlash
The score flash instance that is used to render messages, or the score flash instance itself.
Public propertyInnerAnchor
The inner anchor of this component. Will only be changed by designer if SupportsInnerAnchor returns true.
Public propertyIsDesignMode
Is the designer actually switched on?
Public propertyIsDraggingPosition
Used internally.
Public propertyIsMultiSelect
Are multiple instances of that object currently selected?
Public propertyIsSelected
Is the instance selected in the hierarchy? Used internally for editor magic.
Public propertyLockInnerAnchor
Should the inner anchor be locked? Will only be changed by designer if SupportsInnerAnchor returns true.
Public propertyLockScreenAlign
Should the screen alignment be locked? Will only be changed by designer if SupportsScreenAlign returns true.
Public propertyMaxWidth
The maximum width of the items.
Public propertyMinPaddingX
The minimum padding of the items.
Public propertyPosition
The relative, normalized position.
Public propertyPositionWorld
An optional world position / offset. If you're not using this, just return null (not Vector3.zero but the real null ;-) ).
Public propertyScreenAlign
The screen alignment of this component. Will only be changed by designer if SupportsScreenAlign returns true.
Public propertySupportsInnerAnchor
Return true, if you need the visual designer of your component to support setting the inner anchor.
Public propertySupportsScreenAlign
Return true, if you need the visual designer of your component to support setting the screen alignment.
Public propertyTooltips
Text asset with tooltips for the custom inspector.
Back to Top
See Also