IHasVisualDesigner MembersScoreFlash API Documentation V4.6.0

The IHasVisualDesigner type exposes the following members.
Methods

  NameDescription
Public methodCreateDesignerMessage
Creates a ScoreMessage to be used in the designer.
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 propertyIsMultiSelect
Are multiple instances of that object currently selected?
Public propertyIsSelected
Is the game object currently selected?
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.
Back to Top
See Also