Skip to content

Struct Manus::CoreSDK::Vertex

ClassList > Manus > CoreSDK > Vertex

Stores the vertex information.

Public Attributes

Type Name
ManusVec3 position
Weight[] weights
uint weightsCount

Public Functions

Type Name
Vertex (ManusVec3 p_Position, uint p_WeightsCount, Weight[] p_Weights)

Public Attributes Documentation

variable position

ManusVec3 Manus.CoreSDK.Vertex.position;

variable weights

Weight [] Manus.CoreSDK.Vertex.weights;

variable weightsCount

uint Manus.CoreSDK.Vertex.weightsCount;

Public Functions Documentation

function Vertex

inline Manus::CoreSDK::Vertex::Vertex (
    ManusVec3 p_Position,
    uint p_WeightsCount,
    Weight [] p_Weights
) 

The documentation for this class was generated from the following file api/unity-plugin/Scripts/Core/ManusSDKTypes.cs