Version: 2023.2
언어: 한국어
public VFX.VFXSpace GetExposedSpace (int nameID);
public VFX.VFXSpace GetExposedSpace (string name);

파라미터

nameID The ID of the property. This is the same ID that Shader.PropertyToID returns.
name The name of the property.

반환

VFXSpace The expected space of the property.

설명

Provides the configured space of an exposed property in VisualEffectAsset.

VFXSpace.None will be returned if the property doesn't exist or isn't spaceable. The VisualEffect.SetVector3 will not apply any automatic transform, the VisualEffect is expecting raw values.