C# Class NBodySim, GPU_GEMS_OVR

Inheritance: MonoBehaviour
Afficher le fichier Open project: jakedowns/GPU_GEMS_OVR Class Usage Examples

Méthodes publiques

Свойство Type Description
m_config CONFIG,
m_damping float
m_integrateBodies UnityEngine.ComputeShader
m_numBodies int
m_particleMat Material
m_positionScale float
m_seed int
m_softeningSquared float
m_speed float
m_velocityScale float
m_zOffset float

Méthodes publiques

Méthode Description
ConfigExpand ( ) : void
ConfigRandom ( ) : void
ConfigShell ( ) : void
OnDestroy ( ) : void
OnPostRender ( ) : void
Start ( ) : void
Swap ( ComputeBuffer buffer ) : void
Update ( ) : void

Method Details

ConfigExpand() public méthode

public ConfigExpand ( ) : void
Résultat void

ConfigRandom() public méthode

public ConfigRandom ( ) : void
Résultat void

ConfigShell() public méthode

public ConfigShell ( ) : void
Résultat void

OnDestroy() public méthode

public OnDestroy ( ) : void
Résultat void

OnPostRender() public méthode

public OnPostRender ( ) : void
Résultat void

Start() public méthode

public Start ( ) : void
Résultat void

Swap() public méthode

public Swap ( ComputeBuffer buffer ) : void
buffer UnityEngine.ComputeBuffer
Résultat void

Update() public méthode

public Update ( ) : void
Résultat void

Property Details

m_config public_oe property

public CONFIG, m_config
Résultat CONFIG,

m_damping public_oe property

public float m_damping
Résultat float

m_integrateBodies public_oe property

public ComputeShader,UnityEngine m_integrateBodies
Résultat UnityEngine.ComputeShader

m_numBodies public_oe property

public int m_numBodies
Résultat int

m_particleMat public_oe property

public Material m_particleMat
Résultat Material

m_positionScale public_oe property

public float m_positionScale
Résultat float

m_seed public_oe property

public int m_seed
Résultat int

m_softeningSquared public_oe property

public float m_softeningSquared
Résultat float

m_speed public_oe property

public float m_speed
Résultat float

m_velocityScale public_oe property

public float m_velocityScale
Résultat float

m_zOffset public_oe property

public float m_zOffset
Résultat float