C# Class Xft.XWeaponTrail.Element

Mostrar archivo Open project: LilTsubaki/Les-fragments-d-Erule Class Usage Examples

Public Properties

Property Type Description
PointEnd UnityEngine.Vector3
PointStart UnityEngine.Vector3

Public Methods

Method Description
Element ( ) : System.Collections
Element ( Vector3 start, Vector3 end ) : System.Collections

Method Details

Element() public method

public Element ( ) : System.Collections
return System.Collections

Element() public method

public Element ( Vector3 start, Vector3 end ) : System.Collections
start UnityEngine.Vector3
end UnityEngine.Vector3
return System.Collections

Property Details

PointEnd public_oe property

public Vector3,UnityEngine PointEnd
return UnityEngine.Vector3

PointStart public_oe property

public Vector3,UnityEngine PointStart
return UnityEngine.Vector3