Class RandomVector2IntNode
Outputs a random Vector2Int value.
Inheritance
RandomVector2IntNode
Syntax
[ScriptNode("Random Vector2Int", "Random", true)]
[Serializable]
[ExplicitInPortTypes(new Type[] { typeof(Vector2Int) })]
[ExplicitOutPortTypes(new Type[] { typeof(Vector2Int) })]
public class RandomVector2IntNode : RangeRandomNode<Vector2Int>, IProcessorNode, IProviderNode, IConsumerNode, IScriptNode, INode
Methods
GetRandomValue(Vector2Int, Vector2Int)
Declaration
protected override Vector2Int GetRandomValue(Vector2Int minValue, Vector2Int maxValue)
Parameters
Type |
Name |
Description |
Vector2Int |
minValue |
|
Vector2Int |
maxValue |
|
Returns
Type |
Description |
Vector2Int |
|
Overrides
Implements