Table of Contents

Class PrefabHelper

Namespace
VoxelPlayground.Ragdoll
Assembly
GamePlay.dll
[ExecuteInEditMode]
public class PrefabHelper : MonoBehaviour
Inheritance
object
PrefabHelper
Extension Methods

Fields

comment

[Multiline]
public string comment

Field Value

string

initMaxVelocity

public float initMaxVelocity

Field Value

float

pxRb

public PxRigidBody pxRb

Field Value

PxRigidBody

rb

public Rigidbody rb

Field Value

Rigidbody

Properties

angularVelocity

[ShowInInspector]
public Vector3 angularVelocity { get; set; }

Property Value

Vector3

angularVelocityMag

[ShowInInspector]
public float angularVelocityMag { get; }

Property Value

float

detectCollisions

[ShowInInspector]
public bool detectCollisions { get; set; }

Property Value

bool

linearVelocity

[ShowInInspector]
public Vector3 linearVelocity { get; set; }

Property Value

Vector3

linearVelocityMag

[ShowInInspector]
public float linearVelocityMag { get; }

Property Value

float

worldPosition

[ShowInInspector]
public Vector3 worldPosition { get; set; }

Property Value

Vector3

worldRotation

[ShowInInspector]
public Quaternion worldRotation { get; set; }

Property Value

Quaternion

worldScale

[ShowInInspector]
public Vector3 worldScale { get; }

Property Value

Vector3