public virtual void AddAspect( Object aspect )
void AddBoxWithPhysics(Visual visual) { // Add box renderer and physics to visual even if they already exist visual.AddAspect(new BoxRendererAspect()); visual.AddAspect(new BoxPhysicsAspect()); }
© Rockwell Automation Technologies, Inc. All Rights Reserved.