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