Namespace: DeltaEngine.Physics3DAssembly: DeltaEngine.Physics3D (in DeltaEngine.Physics3D.dll) Version: 1.1.1.0 (1.1.1)
public abstract void SetGroundPlane(
bool enable,
float height
)
public abstract void SetGroundPlane(
bool enable,
float height
)
Public MustOverride Sub SetGroundPlane (
enable As Boolean,
height As Single
)
Public MustOverride Sub SetGroundPlane (
enable As Boolean,
height As Single
)
public:
virtual void SetGroundPlane(
bool enable,
float height
) abstract
public:
virtual void SetGroundPlane(
bool enable,
float height
) abstract
abstract SetGroundPlane :
enable : bool *
height : float32 -> unit
abstract SetGroundPlane :
enable : bool *
height : float32 -> unit