Table of Contents

Struct ParameterUtility.TypedVector3

Namespace
TMPEffects
Assembly
TMPEffects.dll

A UnityEngine.Vector3 with a ParameterUtility.VectorType.

[Serializable]
public struct ParameterUtility.TypedVector3
Inherited Members

Constructors

TypedVector3(VectorType, Vector3)

public TypedVector3(ParameterUtility.VectorType type, Vector3 vector)

Parameters

type ParameterUtility.VectorType
vector Vector3

Fields

type

public ParameterUtility.VectorType type

Field Value

ParameterUtility.VectorType

vector

public Vector3 vector

Field Value

Vector3