C# 클래스 BulletCSharp.btHashInt

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

보호된 프로퍼티들

프로퍼티 타입 설명
swigCMemOwn bool

공개 메소드들

메소드 설명
Dispose ( ) : void
btHashInt ( int uid ) : System
equals ( btHashInt other ) : bool
getHash ( ) : uint
getUid1 ( ) : int
setUid1 ( int uid ) : void

비공개 메소드들

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

메소드 상세

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

btHashInt() 공개 메소드

public btHashInt ( int uid ) : System
uid int
리턴 System

equals() 공개 메소드

public equals ( btHashInt other ) : bool
other btHashInt
리턴 bool

getHash() 공개 메소드

public getHash ( ) : uint
리턴 uint

getUid1() 공개 메소드

public getUid1 ( ) : int
리턴 int

setUid1() 공개 메소드

public setUid1 ( int uid ) : void
uid int
리턴 void

프로퍼티 상세

swigCMemOwn 보호되어 있는 프로퍼티

protected bool swigCMemOwn
리턴 bool