C# 클래스 BEPUphysics.CollisionShapes.ConvexShapes.ConvexShapeEntry

Convex shape entry to a WrappedShape.
파일 보기 프로젝트 열기: Indiefreaks/igf 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
CollisionShape ConvexShape
Transform BEPUutilities.RigidTransform

공개 메소드들

메소드 설명
ConvexShapeEntry ( ConvexShape shape ) : System

Constructs a convex shape entry with identity transformation.

ConvexShapeEntry ( Quaternion orientation, ConvexShape shape ) : System

Constructs a convex shape entry.

ConvexShapeEntry ( RigidTransform transform, ConvexShape shape ) : System

Constructs a convex shape entry.

ConvexShapeEntry ( System.Vector3 position, ConvexShape shape ) : System

Constructs a convex shape entry.

메소드 상세

ConvexShapeEntry() 공개 메소드

Constructs a convex shape entry with identity transformation.
public ConvexShapeEntry ( ConvexShape shape ) : System
shape ConvexShape Shape of the entry.
리턴 System

ConvexShapeEntry() 공개 메소드

Constructs a convex shape entry.
public ConvexShapeEntry ( Quaternion orientation, ConvexShape shape ) : System
orientation Quaternion Local orientation of the entry.
shape ConvexShape Shape of the entry.
리턴 System

ConvexShapeEntry() 공개 메소드

Constructs a convex shape entry.
public ConvexShapeEntry ( RigidTransform transform, ConvexShape shape ) : System
transform BEPUutilities.RigidTransform Local transform of the entry.
shape ConvexShape Shape of the entry.
리턴 System

ConvexShapeEntry() 공개 메소드

Constructs a convex shape entry.
public ConvexShapeEntry ( System.Vector3 position, ConvexShape shape ) : System
position System.Vector3 Local position of the entry.
shape ConvexShape Shape of the entry.
리턴 System

프로퍼티 상세

CollisionShape 공개적으로 프로퍼티

Convex shape of the entry.
public ConvexShape,BEPUphysics.CollisionShapes.ConvexShapes CollisionShape
리턴 ConvexShape

Transform 공개적으로 프로퍼티

Local transform of the entry.
public RigidTransform,BEPUutilities Transform
리턴 BEPUutilities.RigidTransform