Table of Contents

Struct ParameterUtility.TypedVector2

Namespace
TMPEffects
Assembly
TMPEffects.dll

A UnityEngine.Vector2 with a ParameterUtility.VectorType.

[Serializable]
public struct ParameterUtility.TypedVector2
Inherited Members

Constructors

TypedVector2(VectorType, Vector2)

public TypedVector2(ParameterUtility.VectorType type, Vector2 vector)

Parameters

type ParameterUtility.VectorType
vector Vector2

Fields

type

public ParameterUtility.VectorType type

Field Value

ParameterUtility.VectorType

vector

public Vector2 vector

Field Value

Vector2