Class FilterOnTriangleCount
Filter object base on their triangle count
Inheritance
FilterOnTriangleCount
Inherited Members
Namespace: UnityEditor.PixyzPlugin4Unity.RuleEngine
Assembly: Unity.Pixyz.Plugin4Unity.Editor.dll
Syntax
public class FilterOnTriangleCount : ActionInOut<IList<GameObject>, IList<GameObject>>
Fields
| Name | Description |
|---|---|
| maxTriangleCount | The maximum triangle count the gameobject should have |
| minTriangleCount | The minimum triangle count the gameoject should have |
Properties
| Name | Description |
|---|---|
| id | Unique id of this action, generated when the file is generated |
| menuPathRuleEngine | The path used for the contextual menu in the RuleEngine |
| menuPathToolbox | The path used for the contextual menu in the Toolbox |
| tooltip | Quick description to describe the behavior of this action |
Methods
| Name | Description |
|---|---|
| run(IList<GameObject>) | Execute the behavior of this action by filtering the input matching the triangle range |