Class RuleBlock
Action to run. Part of a Rule.
Implements
Inherited Members
Namespace: UnityEditor.PixyzPlugin4Unity.RuleEngine
Assembly: Unity.Pixyz.Plugin4Unity.Editor.dll
Syntax
[Serializable]
public sealed class RuleBlock : ISerializationCallbackReceiver
Constructors
Name | Description |
---|---|
RuleBlock(int) | Constructor |
RuleBlock(RuleBlock) | Copy constructor |
Properties
Name | Description |
---|---|
IsEnabled | Is the RuleBlock enabled in its Rule |
Rule | The Rule which contains the RuleBlock |
Methods
Name | Description |
---|---|
OnAfterDeserialize() | ISerializationCallbackReceiver implementation |
OnBeforeSerialize() | ISerializationCallbackReceiver implementation |