Vector3IntVariable

Inherits from ScriptableVariable<T>

Declaration

public class Vector3IntVariable : ScriptableVariable<Vector3Int>

Description

A Vector3Int variable saved as a ScriptableObject.

Properties

valueThe value of the variable.
Inherited

Properties

defaultValueThe default value of the variable.
Inherited

Methods

ResetToDefaultResets the value to its default value.