Paradox Game Engine
v1.0.0 beta06
Main Page
Related Pages
Packages
Classes
Files
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Events
Macros
Pages
Box2DColliderShapeDesc.cs
Go to the documentation of this file.
1
using
SiliconStudio.Core;
2
using
SiliconStudio.Core.Mathematics;
3
using
SiliconStudio.Core.Serialization.Contents;
4
5
namespace
SiliconStudio.
Paradox
.
Physics
6
{
7
[ContentSerializer(typeof(DataContentSerializer<Box2DColliderShapeDesc>))]
8
[DataContract(
"Box2DColliderShapeDesc"
)]
9
public
class
Box2DColliderShapeDesc
:
IColliderShapeDesc
10
{
11
/// <userdoc>
12
/// The offset with the real graphic mesh.
13
/// </userdoc>
14
[DataMember(10)]
15
public
Vector3
LocalOffset
;
16
17
/// <userdoc>
18
/// Half Extent size of the box.
19
/// </userdoc>
20
[DataMember(20)]
21
public
Vector2
HalfExtent
;
22
}
23
}
SiliconStudio.Core.Mathematics.Vector2
Represents a two dimensional mathematical vector.
Definition:
Vector2.cs:42
SiliconStudio.Core.Mathematics.Vector3
Represents a three dimensional mathematical vector.
Definition:
Vector3.cs:42
SiliconStudio.Paradox.Physics.Box2DColliderShapeDesc.LocalOffset
Vector3 LocalOffset
Definition:
Box2DColliderShapeDesc.cs:15
SiliconStudio.Paradox.Physics.IColliderShapeDesc
Definition:
PhysicsColliderShapeData.cs:13
SiliconStudio.Paradox.Graphics.Paradox
Paradox image file.
Physics
using SiliconStudio.Paradox. Physics
Definition:
ColliderShapeAssetCompiler.cs:17
SiliconStudio.Paradox.Physics.Box2DColliderShapeDesc
Definition:
Box2DColliderShapeDesc.cs:9
SiliconStudio.Paradox.Physics.Box2DColliderShapeDesc.HalfExtent
Vector2 HalfExtent
Definition:
Box2DColliderShapeDesc.cs:21
sources
engine
SiliconStudio.Paradox.Physics
Data
Box2DColliderShapeDesc.cs
Generated on Sat Dec 20 2014 21:51:57 for Paradox Game Engine by
1.8.7