C# Class BulletCSharp.HullDesc

Inheritance: IDisposable
Show file Open project: sanglin307/BulletUnity3D Class Usage Examples

Protected Properties

Property Type Description
swigCMemOwn bool

Public Methods

Method Description
ClearHullFlag ( HullFlag flag ) : void
Dispose ( ) : void
HasHullFlag ( HullFlag flag ) : bool
HullDesc ( ) : System
HullDesc ( HullFlag flag, uint vcount, btVector3 vertices ) : System
HullDesc ( HullFlag flag, uint vcount, btVector3 vertices, uint stride ) : System
SetHullFlag ( HullFlag flag ) : void

Private Methods

Method Description
HullDesc ( IntPtr cPtr, bool cMemoryOwn ) : System
getCPtr ( HullDesc obj ) : HandleRef

Method Details

ClearHullFlag() public method

public ClearHullFlag ( HullFlag flag ) : void
flag HullFlag
return void

Dispose() public method

public Dispose ( ) : void
return void

HasHullFlag() public method

public HasHullFlag ( HullFlag flag ) : bool
flag HullFlag
return bool

HullDesc() public method

public HullDesc ( ) : System
return System

HullDesc() public method

public HullDesc ( HullFlag flag, uint vcount, btVector3 vertices ) : System
flag HullFlag
vcount uint
vertices btVector3
return System

HullDesc() public method

public HullDesc ( HullFlag flag, uint vcount, btVector3 vertices, uint stride ) : System
flag HullFlag
vcount uint
vertices btVector3
stride uint
return System

SetHullFlag() public method

public SetHullFlag ( HullFlag flag ) : void
flag HullFlag
return void

Property Details

swigCMemOwn protected property

protected bool swigCMemOwn
return bool