Struct hapi_rs::parameter::FloatParameter
source · pub struct FloatParameter(_);
Expand description
Represents float parameters, including Color
type.
Implementations§
Trait Implementations§
source§impl Debug for FloatParameter
impl Debug for FloatParameter
source§impl ParmBaseTrait for FloatParameter
impl ParmBaseTrait for FloatParameter
fn name(&self) -> Result<String>
fn session(&self) -> &Session
fn node(&self) -> NodeHandle
fn size(&self) -> i32
fn info(&self) -> &ParmInfo
If the parameter has choice menu.
If parameter is a menu type, return a vec of menu items
source§fn expression(&self, index: i32) -> Result<Option<String>>
fn expression(&self, index: i32) -> Result<Option<String>>
Returns a parameter expression string