Class ProductHotspotRulesController
Class ProductHotspotRulesController.
Inheritance
ProductHotspotRulesController
Inherited Members
UnityEngine.Object.FindObjectsOfType<T>(System.Boolean)
UnityEngine.Object.FindObjectOfType<T>(System.Boolean)
Namespace: UnityEngine.Industrial.Configuring.Staging
Syntax
public class ProductHotspotRulesController : ProductStagingRulesController
Properties
TargetType
Gets the type of the target.
Declaration
public override Type TargetType { get; }
Property Value
Type | Description |
---|---|
Type | The type of the target. |
Overrides
Methods
ApplyCrossSceneSettings(Boolean, CrossSceneStagingRule)
Applies the cross scene settings.
Declaration
protected override void ApplyCrossSceneSettings(bool isActive, CrossSceneStagingRule crossSceneRule)
Parameters
Type | Name | Description |
---|---|---|
Boolean | isActive | if set to |
CrossSceneStagingRule | crossSceneRule | The cross scene rule. |
Overrides
ApplyLocalStagingRule(Boolean, LocalStagingRule)
Applies the local staging rule.
Declaration
protected override void ApplyLocalStagingRule(bool isActive, LocalStagingRule localsetting)
Parameters
Type | Name | Description |
---|---|---|
Boolean | isActive | if set to |
LocalStagingRule | localsetting | The localsetting. |