コード例 #1
0
ファイル: BXDExtensions.cs プロジェクト: ezhangle/synthesis
 public static bool HasDriverMeta <T>(this RigidNode_Base node) where T : JointDriverMeta
 {
     return(node.GetDriverMeta <T>() != null);
 }