
<?xml version='1.0' encoding='UTF-8'?>
<templates>
	<using package='maya'/>
	<template name='NEparticleSamplerInfo'>
		<attribute name='acceleration' type='maya.float3'>
			<label>Acceleration</label>
		</attribute>
		<attribute name='age' type='maya.float'>
			<label>Age</label>
		</attribute>
		<attribute name='force' type='maya.float3'>
			<label>Force</label>
		</attribute>
		<attribute name='lifespan' type='maya.float'>
			<label>Lifespan</label>
		</attribute>
		<attribute name='position' type='maya.float3'>
			<label>Position</label>
		</attribute>
		<attribute name='radius' type='maya.float'>
			<label>Radius</label>
		</attribute>
		<attribute name='velocity' type='maya.float3'>
			<label>Velocity</label>
		</attribute>
		<attribute name='worldPosition' type='maya.float3'>
			<label>World Position</label>
		</attribute>
		<attribute name='worldVelocity' type='maya.float3'>
			<label>World Velocity</label>
		</attribute>
	</template>
	<view name='NEDefault' template='NEparticleSamplerInfo'>
		<property name='acceleration'/>
		<property name='age'/>
		<property name='force'/>
		<property name='lifespan'/>
		<property name='position'/>
		<property name='radius'/>
		<property name='velocity'/>
		<property name='worldPosition'/>
		<property name='worldVelocity'/>
	</view>
</templates>
