public void RemoveAspect<T>() where T : class
void RemoveFirstRigidBody(Visual visual) { // Remove the first RigidBodyAspect on the visual visual.RemoveAspect<RigidBodyAspect>(); }
© Emulate3D Ltd. All rights reserved.