C# 클래스 BulletCSharp.btMultiSphereShape

상속: IDisposable
파일 보기 프로젝트 열기: sanglin307/BulletUnity3D 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
swigCMemOwn bool

공개 메소드들

메소드 설명
Dispose ( ) : void
batchedUnitVectorGetSupportingVertexWithoutMargin ( SWIGTYPE_p_btVector3 vectors, SWIGTYPE_p_btVector3 supportVerticesOut, int numVectors ) : void
btMultiSphereShape ( SWIGTYPE_p_btVector3 positions, SWIGTYPE_p_float radi, int numSpheres ) : System
calculateLocalInertia ( float mass, SWIGTYPE_p_btVector3 inertia ) : void
calculateSerializeBufferSize ( ) : int
getName ( ) : string
getSphereCount ( ) : int
getSpherePosition ( int index ) : SWIGTYPE_p_btVector3
getSphereRadius ( int index ) : float
localGetSupportingVertexWithoutMargin ( SWIGTYPE_p_btVector3 vec ) : SWIGTYPE_p_btVector3
serialize ( SWIGTYPE_p_void dataBuffer, SWIGTYPE_p_btSerializer serializer ) : string

비공개 메소드들

메소드 설명
btMultiSphereShape ( IntPtr cPtr, bool cMemoryOwn ) : System
getCPtr ( btMultiSphereShape obj ) : HandleRef

메소드 상세

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

batchedUnitVectorGetSupportingVertexWithoutMargin() 공개 메소드

public batchedUnitVectorGetSupportingVertexWithoutMargin ( SWIGTYPE_p_btVector3 vectors, SWIGTYPE_p_btVector3 supportVerticesOut, int numVectors ) : void
vectors SWIGTYPE_p_btVector3
supportVerticesOut SWIGTYPE_p_btVector3
numVectors int
리턴 void

btMultiSphereShape() 공개 메소드

public btMultiSphereShape ( SWIGTYPE_p_btVector3 positions, SWIGTYPE_p_float radi, int numSpheres ) : System
positions SWIGTYPE_p_btVector3
radi SWIGTYPE_p_float
numSpheres int
리턴 System

calculateLocalInertia() 공개 메소드

public calculateLocalInertia ( float mass, SWIGTYPE_p_btVector3 inertia ) : void
mass float
inertia SWIGTYPE_p_btVector3
리턴 void

calculateSerializeBufferSize() 공개 메소드

public calculateSerializeBufferSize ( ) : int
리턴 int

getName() 공개 메소드

public getName ( ) : string
리턴 string

getSphereCount() 공개 메소드

public getSphereCount ( ) : int
리턴 int

getSpherePosition() 공개 메소드

public getSpherePosition ( int index ) : SWIGTYPE_p_btVector3
index int
리턴 SWIGTYPE_p_btVector3

getSphereRadius() 공개 메소드

public getSphereRadius ( int index ) : float
index int
리턴 float

localGetSupportingVertexWithoutMargin() 공개 메소드

public localGetSupportingVertexWithoutMargin ( SWIGTYPE_p_btVector3 vec ) : SWIGTYPE_p_btVector3
vec SWIGTYPE_p_btVector3
리턴 SWIGTYPE_p_btVector3

serialize() 공개 메소드

public serialize ( SWIGTYPE_p_void dataBuffer, SWIGTYPE_p_btSerializer serializer ) : string
dataBuffer SWIGTYPE_p_void
serializer SWIGTYPE_p_btSerializer
리턴 string

프로퍼티 상세

swigCMemOwn 보호되어 있는 프로퍼티

protected bool swigCMemOwn
리턴 bool