989onan bot (talk | contribs) Automated: update SyncDelegates |
add sync delegate desc |
||
Line 2: | Line 2: | ||
<translate> | <translate> | ||
<!--T:1--> | <!--T:1--> | ||
{{Infobox Component | {{Infobox Component | ||
|Image=ScaleObjectManagerComponent.png | |Image=ScaleObjectManagerComponent.png | ||
|Name=Scale Object Manager | |Name=Scale Object Manager | ||
}} | }} | ||
The '''ScaleObjectManager''' component | |||
{{}} | |||
<!--T:2--> | <!--T:2--> | ||
Line 31: | Line 32: | ||
== Sync Delegates == | == Sync Delegates == | ||
{{Table ComponentTriggers | {{Table ComponentTriggers | ||
|OnPlaceAtOptimalDistance:[[Type:ButtonEventHandler|ButtonEventHandler]]|[[Type:ButtonEventHandler|ButtonEventHandler]]|true| | |OnPlaceAtOptimalDistance:[[Type:ButtonEventHandler|ButtonEventHandler]]|[[Type:ButtonEventHandler|ButtonEventHandler]]|true| Called when the Place At Optimal Distance button is touched. | ||
|ResetFarAwayObjects:[[Type:ButtonEventHandler|ButtonEventHandler]]|[[Type:ButtonEventHandler|ButtonEventHandler]]|true| | |ResetFarAwayObjects:[[Type:ButtonEventHandler|ButtonEventHandler]]|[[Type:ButtonEventHandler|ButtonEventHandler]]|true| Called when the Reset Far Away Objects button is touched. | ||
|OnRandomizeLocations:[[Type:ButtonEventHandler|ButtonEventHandler]]|[[Type:ButtonEventHandler|ButtonEventHandler]]|true| | |OnRandomizeLocations:[[Type:ButtonEventHandler|ButtonEventHandler]]|[[Type:ButtonEventHandler|ButtonEventHandler]]|true| Called when the Randomize Locations button is touched. | ||
|AlignAll:[[Type:ButtonEventHandler|ButtonEventHandler]]|[[Type:ButtonEventHandler|ButtonEventHandler]]|true| | |AlignAll:[[Type:ButtonEventHandler|ButtonEventHandler]]|[[Type:ButtonEventHandler|ButtonEventHandler]]|true| Called when the Align All button is touched. | ||
|OnGenerateTestObjects:[[Type:ButtonEventHandler|ButtonEventHandler]]|[[Type:ButtonEventHandler|ButtonEventHandler]]|true| | |OnGenerateTestObjects:[[Type:ButtonEventHandler|ButtonEventHandler]]|[[Type:ButtonEventHandler|ButtonEventHandler]]|true| Called when the Generate Test Objects button is touched. | ||
|UpdateAll:[[Type:ButtonEventHandler|ButtonEventHandler]]|[[Type:ButtonEventHandler|ButtonEventHandler]]|true| | |UpdateAll:[[Type:ButtonEventHandler|ButtonEventHandler]]|[[Type:ButtonEventHandler|ButtonEventHandler]]|true| Called when the Update All button is touched. | ||
}} | }} | ||
Line 46: | Line 47: | ||
<!--T:5--> | <!--T:5--> | ||
== | == See Also == | ||
</translate> | </translate> | ||
[[Category:ComponentStubs]] | [[Category:ComponentStubs]] | ||
[[Category:Components{{#translation:}}|Scale Object Manager]] | [[Category:Components{{#translation:}}|Scale Object Manager]] | ||
[[Category:Components:Transform:Scaling{{#translation:}}|Scale Object Manager]] | [[Category:Components:Transform:Scaling{{#translation:}}|Scale Object Manager]] |
Latest revision as of 22:35, 7 April 2025
Component image 
Scale Object Manager component as seen in the Scene Inspector

The ScaleObjectManager component {{}}
Fields
Name | Type | Description |
---|---|---|
persistent
|
Bool | Determines whether or not this item will be saved to the server. |
UpdateOrder
|
Int | Controls the order in which this component is updated. |
Enabled
|
Bool | Controls whether or not this component is enabled. Some components stop their functionality when this field is disabled, but some don't. |
ScalePower
|
Float | |
LowerBound
|
Float | |
UpperBound
|
Float | |
FarSizeTransitionRange
|
Float | |
FarSizeTransitionExp
|
Float | |
NearSizeTransitionRange
|
Float | |
NearSizeTransitionExp
|
Float | |
FarOffsetTransitionRange
|
Float | |
FarOffsetTransitionExp
|
Float | |
FarTransitionOffset
|
Float3 | |
NearOffsetTransitionRange
|
Float | |
NearOffsetTransitionExp
|
Float | |
NearTransitionOffset
|
Float3 | |
CenterOffsetRadius
|
Float | |
OptimalDistance
|
Float | |
CoordinatePowerBase
|
Float3 |
Sync Delegates
Method Name | Method type and Arguments. | Is the method hidden? | Description |
---|---|---|---|
OnPlaceAtOptimalDistance:ButtonEventHandler
|
ButtonEventHandler | ✓ | Called when the Place At Optimal Distance button is touched. |
ResetFarAwayObjects:ButtonEventHandler
|
ButtonEventHandler | ✓ | Called when the Reset Far Away Objects button is touched. |
OnRandomizeLocations:ButtonEventHandler
|
ButtonEventHandler | ✓ | Called when the Randomize Locations button is touched. |
AlignAll:ButtonEventHandler
|
ButtonEventHandler | ✓ | Called when the Align All button is touched. |
OnGenerateTestObjects:ButtonEventHandler
|
ButtonEventHandler | ✓ | Called when the Generate Test Objects button is touched. |
UpdateAll:ButtonEventHandler
|
ButtonEventHandler | ✓ | Called when the Update All button is touched. |