C# Class TressFX.TressFXBoundingSphere

Afficher le fichier Open project: kennux/TressFXUnity

Méthodes publiques

Méthode Description
TressFXBoundingSphere ( Vector3 center, float radius ) : UnityEditor

Initializes a new instance of the TressFXBoundingSphere struct.

Method Details

TressFXBoundingSphere() public méthode

Initializes a new instance of the TressFXBoundingSphere struct.
public TressFXBoundingSphere ( Vector3 center, float radius ) : UnityEditor
center Vector3 Center.
radius float Radius.
Résultat UnityEditor