IntersectInformation.FaceIndex Property (Microsoft.DirectX.Direct3D)

Retrieves or sets the index of the triangle that intersected the ray.

Definition

Visual Basic Public Property FaceIndex As Integer
C# public int FaceIndex { get; set; }
C++ public:
property int FaceIndex {
        int get();
        void set(int value);
}
JScript public function get FaceIndex() : int
public function set FaceIndex(int);

Property Value

System.Int32
Integer that represents the triangle ray.

This property is read/write.