public void RemoveAspect<T>() where T : class
void RemoveFirstRigidBody(Visual visual) { // Remove the first RigidBodyAspect on the visual visual.RemoveAspect<RigidBodyAspect>(); }
© Rockwell Automation Technologies, Inc. All Rights Reserved.