Свойство | Type | Description | |
---|---|---|---|
handler | ParticleHandler | ||
m_advection | float | ||
m_coord_scaler | Vector3 | ||
m_cs_core | ComputeShader | ||
m_cs_hashgrid | ComputeShader | ||
m_cs_sort | ComputeShader | ||
m_damping | float | ||
m_dimension | Dimension | ||
m_gbuffer_data | Ist.GBufferUtils | ||
m_gbuffer_stiffness | float | ||
m_gbuffer_thickness | float | ||
m_lifetime | float | ||
m_max_particles | int | ||
m_particle_radius | float | ||
m_pressure_stiffness | float | ||
m_process_colliders | bool | ||
m_process_forces | bool | ||
m_process_gbuffer_collision | bool | ||
m_solver | Interaction | ||
m_sph_particleMass | float | ||
m_sph_pressureStiffness | float | ||
m_sph_restDensity | float | ||
m_sph_smoothlen | float | ||
m_sph_viscosity | float | ||
m_timescale | float | ||
m_wall_stiffness | float | ||
m_world_div_x | int | ||
m_world_div_y | int | ||
m_world_div_z | int | ||
m_writeback_to_cpu | bool |
Méthode | Description | |
---|---|---|
AddBezierPatchCollider ( MPGPBezierPatchColliderData &v ) : void | ||
AddBoxCollider ( MPGPBoxColliderData &v ) : void | ||
AddCapsuleCollider ( MPGPCapsuleColliderData &v ) : void | ||
AddForce ( Ist.CSForce &v ) : void | ||
AddOneTimeAction ( System.Action a ) : void | ||
AddParticles ( MPGPParticle particles ) : void | ||
AddSphereCollider ( MPGPSphereColliderData &v ) : void | ||
AddUpdateRoutine ( System.Action a ) : void | ||
Awake ( ) : void | ||
GetCurrent ( ) : |
||
GetInstances ( ) : List |
||
GetNumMaxParticles ( ) : int | ||
GetNumParticles ( ) : int | ||
GetParticleBuffer ( ) : ComputeBuffer | ||
GetParticles ( ) : MPGPParticle[] | ||
HandleParticleCollision ( ) : void | ||
LateUpdate ( ) : void | ||
OnDisable ( ) : void | ||
OnDrawGizmos ( ) : void | ||
OnEnable ( ) : void | ||
OnValidate ( ) : void | ||
RemoveUpdateRoutine ( Action a ) : void | ||
Reset ( ) : void | ||
Update ( ) : void |
public AddBezierPatchCollider ( MPGPBezierPatchColliderData &v ) : void | ||
v | MPGPBezierPatchColliderData | |
Résultat | void |
public AddBoxCollider ( MPGPBoxColliderData &v ) : void | ||
v | MPGPBoxColliderData | |
Résultat | void |
public AddCapsuleCollider ( MPGPCapsuleColliderData &v ) : void | ||
v | MPGPCapsuleColliderData | |
Résultat | void |
public AddOneTimeAction ( System.Action a ) : void | ||
a | System.Action | |
Résultat | void |
public AddParticles ( MPGPParticle particles ) : void | ||
particles | MPGPParticle | |
Résultat | void |
public AddSphereCollider ( MPGPSphereColliderData &v ) : void | ||
v | MPGPSphereColliderData | |
Résultat | void |
public AddUpdateRoutine ( System.Action a ) : void | ||
a | System.Action | |
Résultat | void |
public GetParticleBuffer ( ) : ComputeBuffer | ||
Résultat | ComputeBuffer |
public RemoveUpdateRoutine ( Action a ) : void | ||
a | Action | |
Résultat | void |
public bool m_process_gbuffer_collision | ||
Résultat | bool |