Namespace: DeltaEngine.Rendering2DAssembly: DeltaEngine.Rendering2D (in DeltaEngine.Rendering2D.dll) Version: 1.1.1.0 (1.1.1)
public Action Bounced { get; set; }
public Action Bounced { get; set; }
Public Property Bounced As Action
Get
Set
Public Property Bounced As Action
Get
Set
public:
property Action^ Bounced {
Action^ get ();
void set (Action^ value);
}
public:
property Action^ Bounced {
Action^ get ();
void set (Action^ value);
}
member Bounced : Action with get, set
member Bounced : Action with get, set
Property Value
Type:
Action