Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.