Table of Contents

Interface IPackedVector<TPacked>

Namespace
Microsoft.Xna.Framework.Graphics.PackedVector
Assembly
MonoGame.Framework.dll

Converts packed vector types to and from Vector4 values.

public interface IPackedVector<TPacked> : IPackedVector

Type Parameters

TPacked
Converts packed vector types to and from values.
Inherited Members

Properties

PackedValue

Directly gets or sets the packed representation of the value.

TPacked PackedValue { get; set; }

Property Value

TPacked