Click or drag to resize
ParticleBaseSetPropertyT Method
Sets the property and fires

Namespace: Particle
Assembly: Particle (in Particle.dll) Version: 0.8.5.14 (0.8.5.14)
Syntax
protected bool SetProperty<T>(
	ref T store,
	T value,
	string name = null
)

Parameters

store
Type: T
The store.
value
Type: T
The value.
name (Optional)
Type: SystemString
The name.

Type Parameters

T
The type of the property

Return Value

Type: Boolean

[Missing <returns> documentation for "M:Particle.ParticleBase.SetProperty``1(``0@,``0,System.String)"]

See Also