internal CompoundPrimitiveManager(IntPtr native, GImpactCompoundShape compoundShape)
        {
            InitializeSubObject(native, compoundShape);

            CompoundShape = compoundShape;
        }
Beispiel #2
0
 internal CompoundPrimitiveManager(IntPtr native, GImpactCompoundShape compoundShape)
     : base(native)
 {
     _compoundShape = compoundShape;
 }
        internal CompoundPrimitiveManager(IntPtr native, GImpactCompoundShape compoundShape)
			: base(native)
		{
            _compoundShape = compoundShape;
		}