xn.OpenNIImporter.xnProductionNodeTypeToString C# (CSharp) Method

xnProductionNodeTypeToString() private method

private xnProductionNodeTypeToString ( NodeType Type ) : string
Type NodeType
return string
        public static extern string xnProductionNodeTypeToString(NodeType Type);
OpenNIImporter