Click or drag to resize

PhysicsObjectNotifyOnAfterParentPropertyUpdated Method

[Missing <summary> documentation for "M:Demo3D.Visuals.PhysicsObject.NotifyOnAfterParentPropertyUpdated(Demo3D.Visuals.Visual,System.String)"]

Namespace:  Demo3D.Visuals
Assembly:  Demo3D.Core (in Demo3D.Core.dll) Version: 15.0.2.11458
Syntax
C#
protected override void NotifyOnAfterParentPropertyUpdated(
	Visual parent,
	string propertyName
)

Parameters

parent
Type: Demo3D.VisualsVisual

[Missing <param name="parent"/> documentation for "M:Demo3D.Visuals.PhysicsObject.NotifyOnAfterParentPropertyUpdated(Demo3D.Visuals.Visual,System.String)"]

propertyName
Type: SystemString

[Missing <param name="propertyName"/> documentation for "M:Demo3D.Visuals.PhysicsObject.NotifyOnAfterParentPropertyUpdated(Demo3D.Visuals.Visual,System.String)"]

See Also