14 [LeapGraphicTag(
"Blend Shape", 40)]
21 return SupportInfo.
Error(
"Blend shapes require a renderer that supports mesh graphics.");
const string FEATURE_NAME
override SupportInfo GetSupportInfo(LeapGraphicGroup group)
LeapRenderingMethod renderingMethod
Gets the rendering method used for this group. This can only be changed at edit time using either the...
const string FEATURE_PREFIX
This class is a base class for all graphics that can be represented by a mesh object.
abstract bool IsValidGraphic(LeapGraphic graphic)
The support info class provides a very basic way to notify that something is fully supported,...
static SupportInfo Error(string message)
Helper getter to return a struct that signifies no support with an error message.
static SupportInfo FullSupport()
Helper getter to return a struct that signifies full support.