C# Class TressFX.TressFXBoundingSphere

Mostrar archivo Open project: kennux/TressFXUnity

Public Methods

Method Description
TressFXBoundingSphere ( Vector3 center, float radius ) : UnityEditor

Initializes a new instance of the TressFXBoundingSphere struct.

Method Details

TressFXBoundingSphere() public method

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